SocketServer.this

Creates a new tcp socket server.

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

Parameters

ip string

The IP address to listen for connections at.

port ushort

The port to listen for connections at.

Meta