UnixConnector

Undocumented in source.
version(Posix)
class UnixConnector : SocketConnector!SocketConnection {}

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

connect
void connect(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

path
string path;
Undocumented in source.

Meta