Compartir a través de


NetTcpContextBindingElement.ClientCallbackAddress Propiedad

Definición

Obtiene o establece la dirección de devolución de llamada del cliente del elemento de enlace.

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

Valor de propiedad

Uri

Devuelve Uri, que contiene la dirección de devolución de llamada del cliente.

Atributos

Se aplica a