ProtocolImporter.Binding Property

Definition

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

public:
 property System::Web::Services::Description::Binding ^ Binding { System::Web::Services::Description::Binding ^ get(); };
public System.Web.Services.Description.Binding Binding { get; }
member this.Binding : System.Web.Services.Description.Binding
Public ReadOnly Property Binding As Binding

Property Value

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

Applies to