ChannelEndpointElement.Address Property

Definition

Specifies the address of the endpoint.

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Address : Uri with get, set
Public Property Address As Uri

Property Value

Uri

A URI that contains the address of the endpoint. The address must be an absolute URI.

Attributes

Applies to