WCF-Xtensions Class Reference for .NET
Authentication Property (SocksSettingsElement)






The method of SOCKS authentication to use.
Syntax
[System.ComponentModel.TypeConverter("Noemax.WCFX.Configuration.SocksAuthenticationConverter, Noemax.WCFX.Net4, Version=15.7.4739.0, Culture=neutral, PublicKeyToken=4c0defa954f97f18")]
[System.Configuration.ConfigurationProperty(Name="authentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public SocksAuthentication Authentication {get; set;}
public read-write property Authentication: SocksAuthentication; 
System.ComponentModel.TypeConverterAttribute("Noemax.WCFX.Configuration.SocksAuthenticationConverter, Noemax.WCFX.Net4, Version=15.7.4739.0, Culture=neutral, PublicKeyToken=4c0defa954f97f18")
System.Configuration.ConfigurationPropertyAttribute(Name="authentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set Authentication : SocksAuthentication
[System.ComponentModel.TypeConverter("Noemax.WCFX.Configuration.SocksAuthenticationConverter, Noemax.WCFX.Net4, Version=15.7.4739.0, Culture=neutral, PublicKeyToken=4c0defa954f97f18")]
[System.Configuration.ConfigurationProperty(Name="authentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property SocksAuthentication get_Authentication();
public: __property void set_Authentication( 
   SocksAuthentication value
);
[System.ComponentModel.TypeConverter("Noemax.WCFX.Configuration.SocksAuthenticationConverter, Noemax.WCFX.Net4, Version=15.7.4739.0, Culture=neutral, PublicKeyToken=4c0defa954f97f18")]
[System.Configuration.ConfigurationProperty(Name="authentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property SocksAuthentication Authentication {
   SocksAuthentication get();
   void set (    SocksAuthentication value);
}
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("Noemax.WCFX.Configuration.SocksAuthenticationConverter, Noemax.WCFX.Net4, Version=15.7.4739.0, Culture=neutral, PublicKeyToken=4c0defa954f97f18")>
<System.Configuration.ConfigurationPropertyAttribute(Name="authentication", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property Authentication As SocksAuthentication
 
'Usage
 
Dim instance As SocksSettingsElement
Dim value As SocksAuthentication
 
instance.Authentication = value
 
value = instance.Authentication
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

SocksSettingsElement Class
SocksSettingsElement Members

Send Feedback