HttpClientHandler.UseProxy Özellik

Tanım

İşleyicinin istekler için ara sunucu kullanıp kullanmadığını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

true işleyici istekler için bir ara sunucu kullanmalıdır; aksi takdirde false. true varsayılan değerdir.

Öznitelikler

Şunlara uygulanır