C# Class socks5.TCP.TcpServer

Show file Open project: ThrDev/Socks5 Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TcpServer ( IPAddress ip, int port ) : System

Private Methods

Method Description
AcceptClient ( IAsyncResult res ) : void
AcceptConnections ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TcpServer() public method

public TcpServer ( IPAddress ip, int port ) : System
ip System.Net.IPAddress
port int
return System