TCP server using raw sockets via TcpServerSocket and a list of TcpSockets for the clients
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Networking Server
DeltaEngine.Networking.Tcp TcpServer
Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The TcpServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TcpServer | Initializes a new instance of the TcpServer class |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the TcpServer (Overrides Server Dispose .) |
![]() | OnClientDataReceived | (Inherited from Server.) |
![]() | RaiseClientConnected | (Inherited from Server.) |
![]() | RaiseClientDisconnected | (Inherited from Server.) |
![]() | Start | (Overrides Server Start(Int32).) |
Fields
Name | Description | |
---|---|---|
![]() | connectedClients | (Inherited from Server.) |
Properties
Name | Description | |
---|---|---|
![]() | IsRunning | (Overrides Server IsRunning.) |
![]() | ListenPort | (Overrides Server ListenPort.) |
![]() | NumberOfConnectedClients | (Inherited from Server.) |
Events
Name | Description | |
---|---|---|
![]() | ClientConnected | (Inherited from Server.) |
![]() | ClientDataReceived | (Inherited from Server.) |
![]() | ClientDisconnected | (Inherited from Server.) |
See Also