HttpClientHandler.UseProxy Propiedad

Definición

Obtiene o establece un valor que indica si el controlador usa un proxy para las solicitudes.

public:
 property bool UseProxy { bool get(); void set(bool value); };
public bool UseProxy { get; set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool UseProxy { get; set; }
member this.UseProxy : bool with get, set
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.UseProxy : bool with get, set
Public Property UseProxy As Boolean

Valor de propiedad

true si el controlador debe usar a un proxy para solicitudes; en caso contrario, false. El valor predeterminado es true.

Atributos

Se aplica a