ProtocolEndpoint.Binding Property

Definition

Gets or sets the binding. This is a required element.

public:
 property Uri ^ Binding { Uri ^ get(); void set(Uri ^ value); };
public Uri Binding { get; set; }
member this.Binding : Uri with get, set
Public Property Binding As Uri

Property Value

Uri

The URI that represents the binding for the current instance.

Applies to