HttpClientConnection100Class.UseProxyCredentials 屬性

定義

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

屬性值

Boolean

指出 proxy 連接是否會使用網路認證的 布林值 。 值為 true 表示連接將使用網路認證。 值為 false 表示連接不會使用網路認證。

實作

屬性

適用於