SoapBinding.HttpTransport Veld
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Haalt de URI op voor het standaardprotocol dat HTTP-overdracht van SOAP-gegevens opgeeft. Dit veld is constant.
public: System::String ^ HttpTransport;
public const string HttpTransport;
val mutable HttpTransport : string
Public Const HttpTransport As String
Waarde van veld
Voorbeelden
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
Opmerkingen
De veldwaarde is "http://schemas.xmlsoap.org/soap/http/".