MessageBinding::OperationBinding Property
.NET Framework (current version)
Gets the OperationBinding of which the current MessageBinding is a member.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 1.1
Show: