HttpBindingBase.UseDefaultWebProxy 屬性

定義

取得或設定值,這個值會指出是否應使用系統自動設定的 HTTP Proxy (如果有的話)。

public:
 property bool UseDefaultWebProxy { bool get(); void set(bool value); };
public bool UseDefaultWebProxy { get; set; }
member this.UseDefaultWebProxy : bool with get, set
Public Property UseDefaultWebProxy As Boolean

屬性值

如果應使用系統自動設定的 HTTP Proxy (如果有的話),則為 true,否則為 false

適用於