HttpClientHandler.UseProxy Proprietà

Definizione

Ottiene o imposta un valore che indica se il gestore usa un proxy per le richieste.

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

Valore della proprietà

true se il gestore deve usare un proxy per le richieste; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a