Share via


ProxyElement.ProxyAddress Propiedad

Definición

Obtiene o establece el identificador URI que identifica el servidor proxy web que se va a utilizar.

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

Valor de propiedad

Uri

URI que identifica el servidor proxy web que se va a usar.

Atributos

Se aplica a

Consulte también