Méthode | Description | |
---|---|---|
Start ( ) : void |
Starts the server accepting incoming connection requests.
|
|
TcpServer ( |
Initialises a new instance of the AK.F1.Timing.Server.TcpServer class.
|
Méthode | Description | |
---|---|---|
DisposeOfManagedResources ( ) : void |
Méthode | Description | |
---|---|---|
AcceptAsync ( ) : void | ||
Dispose ( ) : void | ||
DisposeOfAcceptEvent ( ) : void | ||
DisposeOfHandler ( ) : void | ||
DisposeOfListener ( ) : void | ||
InitialiseAcceptEvent ( ) : void | ||
InitialiseListener ( ) : void | ||
OnAcceptEventCompleted ( object sender, |
protected DisposeOfManagedResources ( ) : void | ||
Résultat | void |
public TcpServer ( |
||
endpoint | The remote end point to listen on. | |
handler | ISocketHandler | The client connection handler. |
backlog | int | The accept connection backlog. |
Résultat | System |