WCF-Xtensions Class Reference for Mono
Authentication Property (SoapTcpDuplexTransportElement)






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

SoapTcpDuplexTransportElement Class
SoapTcpDuplexTransportElement Members

Send Feedback