WCF-Xtensions Class Reference for .NET
ProxyAuthenticationScheme Property (LiteHttpTransportBindingElement)






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

This member is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5.

Syntax
public System.Net.AuthenticationSchemes ProxyAuthenticationScheme {get; set;}
public read-write property ProxyAuthenticationScheme: System.Net.AuthenticationSchemes; 
public function get,set ProxyAuthenticationScheme : System.Net.AuthenticationSchemes
public: __property System.Net.AuthenticationSchemes get_ProxyAuthenticationScheme();
public: __property void set_ProxyAuthenticationScheme( 
   System.Net.AuthenticationSchemes value
);
public:
property System.Net.AuthenticationSchemes ProxyAuthenticationScheme {
   System.Net.AuthenticationSchemes get();
   void set (    System.Net.AuthenticationSchemes value);
}
'Declaration
 
Public Property ProxyAuthenticationScheme As System.Net.AuthenticationSchemes
 
'Usage
 
Dim instance As LiteHttpTransportBindingElement
Dim value As System.Net.AuthenticationSchemes
 
instance.ProxyAuthenticationScheme = value
 
value = instance.ProxyAuthenticationScheme
Remarks
When proxy authentication is used, a client credentials specified in a ClientCredentials object will be used to authenticate with a proxy, rather than target endpoint.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LiteHttpTransportBindingElement Class
LiteHttpTransportBindingElement Members

Send Feedback