HttpTransportElement.ProxyAuthenticationScheme Egenskap

Definition

Hämtar eller anger det autentiseringsschema som används för att autentisera klientbegäranden som bearbetas av en 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

Egenskapsvärde

Objektet AuthenticationSchemes som anger de protokoll som används för klientautentisering på proxyn. Standardvärdet är Anonym.

Attribut

Gäller för