ProtocolImporter.OperationBinding Property

Definition

Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently processing to generate a method in a binding class.

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 processing to generate a method in a binding class.

Remarks

The method is generated with a WebMethodAttribute class.

Applies to