次の方法で共有


HttpRelayTransportElement.ProxyAuthenticationScheme プロパティ

定義

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

[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

プロパティ値

HTTP プロキシによって処理されるクライアント要求を認証するために使用される認証スキーム。

属性

適用対象