HttpTransportElement.UseDefaultWebProxy プロパティ

定義

ユーザー固有の設定ではなく、コンピューター全体のプロキシ設定を使用するかどうかを示す値を取得または設定します。

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 System.Netの既定のプロキシ設定が使用されている場合は 7。それ以外の場合はfalse。 既定値は true です。

属性

適用対象