Sdílet prostřednictvím


SoapBinding.HttpTransport Pole

Definice

Získá identifikátor URI pro standardní protokol určující http přenos dat SOAP. Toto pole je konstantní.

public: System::String ^ HttpTransport;
public const string HttpTransport;
val mutable HttpTransport : string
Public Const HttpTransport As String 

Hodnota pole

Příklady

SoapBinding^ mySoapBinding = gcnew SoapBinding;
mySoapBinding->Transport = SoapBinding::HttpTransport;
mySoapBinding->Style = SoapBindingStyle::Document;
SoapBinding mySoapBinding = new SoapBinding();
mySoapBinding.Transport = SoapBinding.HttpTransport;
mySoapBinding.Style = SoapBindingStyle.Document;
Dim mySoapBinding As New SoapBinding()
mySoapBinding.Transport = SoapBinding.HttpTransport
mySoapBinding.Style = SoapBindingStyle.Document

Poznámky

Hodnota pole je "http://schemas.xmlsoap.org/soap/http/".

Platí pro