HttpClientHandler.UseProxy Propriedade

Definição

Obtém ou define um valor que indica se o manipulador usa um proxy para solicitações.

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 da propriedade

Boolean

true se o manipulador deve usar um proxy para solicitações; caso contrário false. O valor padrão é true.

Atributos

Aplica-se a