共用方式為


HttpTransportElement.UseDefaultWebProxy 屬性

定義

取得或設定值,指出是否使用全機器 Proxy 設定而非使用者特定設定。

public:
 property bool UseDefaultWebProxy { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)]
public bool UseDefaultWebProxy { get; set; }
[<System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)>]
member this.UseDefaultWebProxy : bool with get, set
Public Property UseDefaultWebProxy As Boolean

屬性值

如果是使用 true 預設 Proxy 設定,則為 System.Net,否則為 false。 預設為 true

屬性

適用於