C# Class TestApp.TcpServer

Inheritance: ServerSocket
Afficher le fichier Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Méthodes publiques

Méthode Description
TcpServer ( int socketBacklog ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

Private Methods

Méthode Description
AcceptCallback ( IAsyncResult asyncResult ) : void
ReadCallback ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Receive() protected méthode

protected Receive ( ) : void
Résultat void

SetupSocket() protected méthode

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
Résultat void

TcpServer() public méthode

public TcpServer ( int socketBacklog ) : System
socketBacklog int
Résultat System