C# Class socks5.TCP.TcpServer

Afficher le fichier Open project: ThrDev/Socks5 Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void
TcpServer ( IPAddress ip, int port ) : System

Private Methods

Méthode Description
AcceptClient ( IAsyncResult res ) : void
AcceptConnections ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TcpServer() public méthode

public TcpServer ( IPAddress ip, int port ) : System
ip System.Net.IPAddress
port int
Résultat System