次の方法で共有


BasicHttpRelayBindingElement.UseDefaultWebProxy プロパティ

定義

使用できる場合にシステムの自動構成される HTTP プロキシを使用するかどうかを示す値を取得または設定します。

[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

プロパティ値

http プロキシを使用する場合は true。それ以外の場合は false。 既定値は、true です。

属性

適用対象