HttpClientConnection100Class.UseProxy 屬性

定義

public:
 virtual property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual bool UseProxy { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.UseProxy : bool with get, set
Public Overridable Property UseProxy As Boolean

屬性值

Boolean

布林值,指出連接是否將使用 proxy。 值為 true 表示連接將使用 proxy。 值為 false 表示連接不會使用 proxy。

實作

屬性

適用於