ChannelEndpointElement.Address Propriedade
Definição
Especifica o endereço do ponto de extremidade.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
Valor da propriedade
Um URI que contém o endereço do ponto de extremidade.A URI that contains the address of the endpoint. O endereço deve ser um URI absoluto.The address must be an absolute URI.
- Atributos