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

屬性值

一個布 林值 ,指示連線是否會使用代理伺服器。 值為 表示連線將使用代理伺服器。 值 為 false 表示連線不會使用代理伺服器。

實作

屬性

適用於