TCPTransport.this

Instantiate a TCPTransport object.

  1. this(string host, ushort port)
    struct TCPTransport
    package
    this
    (
    string host
    ,
    ushort port
    )
  2. this(Socket socket)

Parameters

host string

The hostname to connect to.

port ushort

The port number of the host to connect to.

Meta