CompositeDuplexElement.ClientBaseAddress Propriedade
Definição
Obtém ou define o endereço básico para o cliente.Gets or sets the base address for the client.
public:
property Uri ^ ClientBaseAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public Uri ClientBaseAddress { get; set; }
[<System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ClientBaseAddress : Uri with get, set
Public Property ClientBaseAddress As Uri
Valor da propriedade
Um Uri que contém o endereço base para o cliente.A Uri that contains the base address for the client.
- Atributos
Comentários
O serviço usa esse endereço para fazer contato e estabelecer uma conexão com o cliente.The service uses this address to make contact and establish a connection with the client.