WSHttpContextBindingElement.ClientCallbackAddress Propriedade
Definição
Obtém ou define o endereço de retorno de chamada do cliente do elemento de associação.Gets or sets the client callback address for the binding element.
public:
property Uri ^ ClientCallbackAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("clientCallbackAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public Uri ClientCallbackAddress { get; set; }
[<System.Configuration.ConfigurationProperty("clientCallbackAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ClientCallbackAddress : Uri with get, set
Public Property ClientCallbackAddress As Uri
Valor da propriedade
O endereço de retorno de chamada do cliente para o elemento de associação.The client callback address for the binding element.
- Atributos