TcpServer ClassDelta Engine Documentation
TCP server using raw sockets via TcpServerSocket and a list of TcpSockets for the clients View code on GitHub
Inheritance Hierarchy

System Object
  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

public sealed class TcpServer : Server

The TcpServer type exposes the following members.

Constructors

  NameDescription
Public methodTcpServer
Initializes a new instance of the TcpServer class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the TcpServer
(Overrides Server Dispose .)
Public methodOnClientDataReceived (Inherited from Server.)
Protected methodRaiseClientConnected (Inherited from Server.)
Protected methodRaiseClientDisconnected (Inherited from Server.)
Public methodStart (Overrides Server Start(Int32).)
Top
Fields

  NameDescription
Protected fieldconnectedClients (Inherited from Server.)
Top
Properties

  NameDescription
Public propertyIsRunning (Overrides Server IsRunning.)
Public propertyListenPort (Overrides Server ListenPort.)
Public propertyNumberOfConnectedClients (Inherited from Server.)
Top
Events

  NameDescription
Public eventClientConnected (Inherited from Server.)
Public eventClientDataReceived (Inherited from Server.)
Public eventClientDisconnected (Inherited from Server.)
Top
See Also