EndpointAddressElementBase.Address Property

Definition

Gets or sets the URI for the endpoint.

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

Property Value

Uri

The Uri that identifies the network location for the endpoint.

Attributes

Applies to