WCF-Xtensions Class Reference for Mono
ProxyAuthenticationScheme Property (LiteHttpTransportElement)






Gets and sets the scheme to be used for authenticating with a proxy.
Syntax
[System.Configuration.ConfigurationProperty(Name="proxyAuthentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.Net.AuthenticationSchemes ProxyAuthenticationScheme {get; set;}
public read-write property ProxyAuthenticationScheme: System.Net.AuthenticationSchemes; 
System.Configuration.ConfigurationPropertyAttribute(Name="proxyAuthentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ProxyAuthenticationScheme : System.Net.AuthenticationSchemes
[System.Configuration.ConfigurationProperty(Name="proxyAuthentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.Net.AuthenticationSchemes get_ProxyAuthenticationScheme();
public: __property void set_ProxyAuthenticationScheme( 
   System.Net.AuthenticationSchemes value
);
[System.Configuration.ConfigurationProperty(Name="proxyAuthentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.Net.AuthenticationSchemes ProxyAuthenticationScheme {
   System.Net.AuthenticationSchemes get();
   void set (    System.Net.AuthenticationSchemes value);
}
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="proxyAuthentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property ProxyAuthenticationScheme As System.Net.AuthenticationSchemes
 
'Usage
 
Dim instance As LiteHttpTransportElement
Dim value As System.Net.AuthenticationSchemes
 
instance.ProxyAuthenticationScheme = value
 
value = instance.ProxyAuthenticationScheme
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

LiteHttpTransportElement Class
LiteHttpTransportElement Members

Send Feedback