Compartir a través de


HttpTransportElement.ProxyAddress Propiedad

Definición

Obtiene o establece un URI que contiene la dirección del proxy que se va a usar para las solicitudes HTTP.

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

Valor de propiedad

Uri

Uri que contiene la dirección para el proxy.

Atributos

Se aplica a