MessageBinding.OperationBinding Property

Definition

Gets the OperationBinding of which the current MessageBinding is a member.

public:
 property System::Web::Services::Description::OperationBinding ^ OperationBinding { System::Web::Services::Description::OperationBinding ^ get(); };
public System.Web.Services.Description.OperationBinding OperationBinding { get; }
member this.OperationBinding : System.Web.Services.Description.OperationBinding
Public ReadOnly Property OperationBinding As OperationBinding

Property Value

An OperationBinding of which the current MessageBinding is a member.

Remarks

Each of the classes derived from the MessageBinding class corresponds to a Web Services Description Language (WSDL) element (<input>, <output> or <fault>) enclosed by the <operation> element, which is in turn enclosed by the <binding> element. The OperationBinding class corresponds to that <operation> element in the WSDL document.

For more information about WSDL, see the WSDL specification.

Applies to