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
Type: string

The IP address to listen for connections at.

port
Type: ushort

The port to listen for connections at.

Meta