TSocketBase.this

Creates a new unconnected socket that will connect to the given host on the given port.

  1. this(Socket socket)
  2. this(string host, ushort port)
    class TSocketBase
    this
    (
    string host
    ,
    ushort port
    )

Parameters

host string

Remote host.

port ushort

Remote port.

Meta