ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









SoapBinding

System.Web.Services.Description (system.web.services.dll)class

This class represents an extensibility element added to the WSDL
<binding> element, which allows information
to be transmitted via SOAP encoding. The Style
property specifies whether Document or RPC encoding is used, and the
Transport property specifies a URI (such as
"SMTP" or
"HTTP").

public class 

SoapBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public

SoapBinding ( );
// Public Static Fields
public const string

HttpTransport ; // =http://schemas.xmlsoap.org/soap/http
public const string

Namespace ; // =http://schemas.xmlsoap.org/wsdl/soap/
// Public Instance Properties
public SoapBindingStyle

Style {set; get; }
public string

Transport {set; get; }
}



Hierarchy


System.Object
ServiceDescriptionFormatExtension
SoapBinding

Returned By


SoapProtocolImporter.SoapBinding


/ 873