HttpRelayTransportElement.ProxyAuthenticationScheme Property

Definition

Gets or sets the authentication scheme used to authenticate client requests that are processed by the HTTP proxy.

[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

Property Value

The authentication scheme used to authenticate client requests that are processed by the HTTP proxy.

Attributes

Applies to