TcpServerSocket ClassDelta Engine Documentation
Networking over a TCP connection. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Tcp TcpServerSocket

Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class TcpServerSocket : IDisposable

The TcpServerSocket type exposes the following members.

Constructors

  NameDescription
Public methodTcpServerSocket
Initializes a new instance of the TcpServerSocket class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the TcpServerSocket
Public methodStartListening
Top
Properties

  NameDescription
Public propertyIsListening
Public propertyListenPort
Top
Events

  NameDescription
Public eventClientConnected
Top
See Also