C# Class BTDB.Service.TcpipServer

Inheritance: IServer
Mostra file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
StartListening ( int backLog = 10 ) : void
StopListening ( ) : void
TcpipServer ( IPEndPoint endPoint ) : System

Private Methods

Method Description
AcceptNewClients ( ) : void

Method Details

StartListening() public method

public StartListening ( int backLog = 10 ) : void
backLog int
return void

StopListening() public method

public StopListening ( ) : void
return void

TcpipServer() public method

public TcpipServer ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
return System