HttpTransportElement.ProxyAuthenticationScheme Właściwość

Definicja

Pobiera lub ustawia schemat uwierzytelniania używany do uwierzytelniania żądań klientów przetwarzanych przez serwer proxy 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

Wartość właściwości

AuthenticationSchemes

Obiekt AuthenticationSchemes określający protokoły używane do uwierzytelniania klienta na serwerze proxy. Wartość domyślna to Anonimowe.

Atrybuty

Dotyczy