HttpClientHandler.UseProxy 속성

정의

처리기가 요청에 대해 프록시를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

처리기가 요청에 대해 프록시를 사용해야 하면 true이고, 그러지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상