Soap12OperationBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class Soap12OperationBinding sealed : System::Web::Services::Description::SoapOperationBinding
[System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))]
public sealed class Soap12OperationBinding : System.Web.Services.Description.SoapOperationBinding
[<System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))>]
type Soap12OperationBinding = class
inherit SoapOperationBinding
Public NotInheritable Class Soap12OperationBinding
Inherits SoapOperationBinding
- Inheritance
- Attributes
Remarks
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.
Constructors
Soap12OperationBinding() |
Initializes a new instance of the Soap12OperationBinding class. |
Properties
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 |
Style |
Gets or sets the type of SOAP binding used by the SoapOperationBinding. (Inherited from SoapOperationBinding) |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |