InfocardInteractiveChannelInitializer.Binding Property

Definition

Gets the binding on the service endpoint.

public:
 property System::ServiceModel::Channels::Binding ^ Binding { System::ServiceModel::Channels::Binding ^ get(); };
public System.ServiceModel.Channels.Binding Binding { get; }
member this.Binding : System.ServiceModel.Channels.Binding
Public ReadOnly Property Binding As Binding

Property Value

The Binding on the service endpoint.

Applies to