C# Class BTDB.Service.TcpipServer

Inheritance: IServer
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

Méthode Description
StartListening ( int backLog = 10 ) : void
StopListening ( ) : void
TcpipServer ( IPEndPoint endPoint ) : System

Private Methods

Méthode Description
AcceptNewClients ( ) : void

Method Details

StartListening() public méthode

public StartListening ( int backLog = 10 ) : void
backLog int
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void

TcpipServer() public méthode

public TcpipServer ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
Résultat System