Soap12OperationBinding Class
Represents a service description format extension applied to an OperationBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.
Assembly: System.Web.Services (in System.Web.Services.dll)
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.SoapOperationBinding
System.Web.Services.Description.Soap12OperationBinding
| Name | Description | |
|---|---|---|
![]() | Soap12OperationBinding() | Initializes a new instance of the Soap12OperationBinding class. |
| Name | Description | |
|---|---|---|
![]() | Handled | Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported.(Inherited from ServiceDescriptionFormatExtension.) |
![]() | Parent | Gets the parent of the ServiceDescriptionFormatExtension.(Inherited from ServiceDescriptionFormatExtension.) |
![]() | Required | Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers.(Inherited from ServiceDescriptionFormatExtension.) |
![]() | SoapAction | Gets or sets the URI for the SOAP header.(Inherited from SoapOperationBinding.) |
![]() | SoapActionRequired | Gets or sets a value indicating whether an XML Web service anticipates requiring the SOAPAction HTTP header. |
![]() | Style | Gets or sets the type of SOAP binding used by the SoapOperationBinding.(Inherited from SoapOperationBinding.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class specifies that the message transmission will use the SOAP protocol version 1.2 and provides details about how the SOAP message will be formatted.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

