SoapProtocolVersion Enumeration
.NET Framework (current version)
Specifies the version of the SOAP protocol used to communicate with an XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Member name | Description | |
|---|---|---|
| Default | The default value for this enumeration. | |
| Soap11 | SOAP protocol version 1.1. | |
| Soap12 | SOAP protocol version 1.2. |
The Default member has a different meaning for clients than it does for XML Web services. For details, see the SoapVersion and SoapVersion properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: