MessageBinding::OperationBinding Property

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property OperationBinding^ OperationBinding {
	OperationBinding^ get();
}

Property Value

Type: System.Web.Services.Description::OperationBinding^

An OperationBinding of which the current MessageBinding is a member.

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 specification at http://www.w3.org/TR/wsdl/.

.NET Framework
Available since 1.1
Return to top
Show: