Initializes a new instance of the SocksListener class.
[Visual Basic]Overloads Public Sub New( _
ByVal Port As Integer, _
ByVal AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList _
)
[C#]
public SocksListener(
int Port,
AuthenticationList AuthList
);
Parameters
- Port
- The port to listen on.
- AuthList
- The list of valid login/password combinations. If you do not need password authentication, set this parameter to null.
Remarks
The SocksListener will listen on all available network cards.
See Also
SocksListener Class | SocksListener Members | Org.Mentalis.Proxy.Socks Namespace | SocksListener Constructor Overload List