TSSLSocket.this

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

  1. this(TSSLContext context, Socket socket)
  2. this(TSSLContext context, string host, ushort port)
    class TSSLSocket
    this
    (,
    string host
    ,
    ushort port
    )

Parameters

context TSSLContext

The SSL socket context to use. A reference to it is stored so * that it doesn't get cleaned up while the socket is used.

host string

Remote host.

port ushort

Remote port.

Meta