ProtocolReflector.OperationBinding Property

Definition

Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

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

The Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.

Remarks

Web service methods are identified by the WebMethodAttribute.

Applies to