Compartir a través de


HttpClientConnection100Class.BypassProxyOnLocal Propiedad

Definición

Obtiene o establece un valor booleano que indica si el servidor proxy está configurado para usar credenciales y omitir el servidor proxy y usar direcciones locales en su lugar.

public:
 virtual property bool BypassProxyOnLocal { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(10)]
public virtual bool BypassProxyOnLocal { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.BypassProxyOnLocal : bool with get, set
Public Overridable Property BypassProxyOnLocal As Boolean

Valor de propiedad

Valor booleano que indica si se va a omitir o no el proxy para las direcciones locales.

Implementaciones

Atributos

Se aplica a