次の方法で共有


ProxyElement.AutoDetect プロパティ

定義

Web プロキシが自動的に検出されるかどうかを制御する ProxyElement.AutoDetectValues 値を取得または設定します。

public:
 property System::Net::Configuration::ProxyElement::AutoDetectValues AutoDetect { System::Net::Configuration::ProxyElement::AutoDetectValues get(); void set(System::Net::Configuration::ProxyElement::AutoDetectValues value); };
[System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)]
public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get; set; }
[<System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)>]
member this.AutoDetect : System.Net.Configuration.ProxyElement.AutoDetectValues with get, set
Public Property AutoDetect As ProxyElement.AutoDetectValues

プロパティ値

True が自動的に検出される場合は WebProxyFalse が自動的に検出されない場合は WebProxy。それ以外の場合は Unspecified が返されます。

属性

適用対象

こちらもご覧ください