System.Web.Services.Description.MessageBinding.OperationBinding Property

Gets the System.Web.Services.Description.OperationBinding of which the current System.Web.Services.Description.MessageBinding is a member.

Syntax

public OperationBinding OperationBinding { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Each of the classes derived from the System.Web.Services.Description.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 System.Web.Services.Description.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/.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0