Compartir a través de


DefaultProxySection.Proxy Propiedad

Definición

Obtiene el identificador URI que identifica el servidor proxy Web que se va a utilizar.

public:
 property System::Net::Configuration::ProxyElement ^ Proxy { System::Net::Configuration::ProxyElement ^ get(); };
[System.Configuration.ConfigurationProperty("proxy")]
public System.Net.Configuration.ProxyElement Proxy { get; }
[<System.Configuration.ConfigurationProperty("proxy")>]
member this.Proxy : System.Net.Configuration.ProxyElement
Public ReadOnly Property Proxy As ProxyElement

Valor de propiedad

Identificador URI que identifica el servidor proxy web.

Atributos

Comentarios

El ProxyElement devuelto por esta propiedad identifica el servidor proxy web que se va a usar para los recursos que no están en la BypassList colección.

Se aplica a

Consulte también