WCF-Xtensions Class Reference for Mono
SocksAuthentication Enumeration






Defines the type of authentication that the channel use in order to connect though the SOCKS proxy.
Syntax
'Declaration
 
Public Enum SocksAuthentication 
   Inherits System.Enum
'Usage
 
Dim instance As SocksAuthentication
public enum SocksAuthentication : System.Enum 
public enum SocksAuthentication = class(System.Enum)
public enum SocksAuthentication extends System.Enum
__value public enum SocksAuthentication : public System.Enum 
public enum class SocksAuthentication : public System.Enum 
Members
MemberDescription
NoneNo authentication.
UsernameUsername/Password
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.WCFX.Channels.SocksAuthentication

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

Noemax.WCFX.Channels Namespace

Send Feedback