次の方法で共有


HttpTransportElement.ProxyAuthenticationScheme プロパティ

定義

HTTP プロキシにより処理されるクライアント要求の認証に使用する認証方式を取得または設定します。

public:
 property System::Net::AuthenticationSchemes ProxyAuthenticationScheme { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("proxyAuthenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)]
public System.Net.AuthenticationSchemes ProxyAuthenticationScheme { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAuthenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)>]
member this.ProxyAuthenticationScheme : System.Net.AuthenticationSchemes with get, set
Public Property ProxyAuthenticationScheme As AuthenticationSchemes

プロパティ値

プロキシでのクライアント認証に使用するプロトコルを指定する AuthenticationSchemes オブジェクト。 既定は Anonymous です。

属性

適用対象