SocketServer.this

Creates a new tcp socket server.

  1. this(string ip, ushort port)
  2. this(ushort port)
    class SocketServer(T)
    this
    (
    ushort port
    )

Parameters

port
Type: ushort

The port to listen for connections at.

Meta