TClientHttpTransport.this

Convenience overload for constructing a client HTTP transport using a TSocket connecting to the specified host and port.

  1. this(TTransport transport, string host, string path)
  2. this(string host, ushort port, string path)
    class TClientHttpTransport
    this
    (
    string host
    ,
    ushort port
    ,
    string path
    )

Parameters

host string

The server to connect to, also used as HTTP host string.

port ushort

The port to connect to.

path string

The HTTP path string.

Meta