ServiceDescriptionImporter::ProtocolName Property
.NET Framework (current version)
Gets or sets the protocol used to access the described XML Web services.
Assembly: System.Web.Services (in System.Web.Services.dll)
The allowed values of this property are:
"Soap"
"Soap12"
"HttpPost"
"HttpGet"
"HttpSoap"
The default value is "Soap", which indicates the SOAP 1.1 standard.
The following example illustrates the use of the ProtocolName property when using the ServiceDescriptionImporter class.
.NET Framework
Available since 1.1
Available since 1.1
Show: