Compartir a través de


HttpTransportElement.ProxyAuthenticationScheme Propiedad

Definición

Obtiene o establece el esquema de autenticación usado para autenticar solicitudes de cliente que son procesadas por un 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

Valor de propiedad

AuthenticationSchemes

El objeto AuthenticationSchemes que especifica los protocolos usados para la autenticación del cliente en el proxy. El valor predeterminado es Anonymous.

Atributos

Se aplica a