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






Gets or sets the authentication scheme to use to connect through the SOCKS proxy.
Syntax
'Declaration
 
Public Property Authentication As SocksAuthentication
'Usage
 
Dim instance As SocksSettings
Dim value As SocksAuthentication
 
instance.Authentication = value
 
value = instance.Authentication
public SocksAuthentication Authentication {get; set;}
public read-write property Authentication: SocksAuthentication; 
public function get,set Authentication : SocksAuthentication
public: __property SocksAuthentication get_Authentication();
public: __property void set_Authentication( 
   SocksAuthentication value
);
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

SocksSettings Class
SocksSettings Members

Send Feedback