次の方法で共有


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。それ以外の場合は、false。 既定値は、true です。

属性

適用対象