Initializes a new instance of the SocksListener class.
[Visual Basic]Overloads Public Sub New( _
ByVal Port As Integer _
)
[C#]
public SocksListener(
int Port
);
Parameters
- Port
- The port to listen on.
Remarks
The SocksListener will listen on all available network cards and it will not use an AuthenticationList.
See Also
SocksListener Class | SocksListener Members | Org.Mentalis.Proxy.Socks Namespace | SocksListener Constructor Overload List