共用方式為


HttpTransportElement.ProxyAuthenticationScheme 屬性

定義

取得或設定驗證配置,用於驗證由 HTTP Proxy 處理的用戶端要求。

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 物件,指定用於 Proxy 上用戶端驗證的通訊協定。 預設值為 Anonymous。

屬性

適用於