C# Class TestApp.TcpServer

Inheritance: ServerSocket
Datei anzeigen Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

Method Description
TcpServer ( int socketBacklog ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

Private Methods

Method Description
AcceptCallback ( IAsyncResult asyncResult ) : void
ReadCallback ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Receive() protected method

protected Receive ( ) : void
return void

SetupSocket() protected method

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
return void

TcpServer() public method

public TcpServer ( int socketBacklog ) : System
socketBacklog int
return System