Networking over a TCP connection.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Networking.Tcp TcpServerSocket
Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The TcpServerSocket type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TcpServerSocket | Initializes a new instance of the TcpServerSocket class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the TcpServerSocket | |
StartListening |
Properties
Name | Description | |
---|---|---|
IsListening | ||
ListenPort |
Events
Name | Description | |
---|---|---|
ClientConnected |
See Also