- addressFromIPOrHost
auto addressFromIPOrHost(const(char)[] ipOrHost, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- addressFromIPOrHostAndOptionalPort
Address addressFromIPOrHostAndOptionalPort(string ipOrHostAndOptionalPort, ushort defaultPort)
Undocumented in source. Be warned that the author may not have intended to support it.
- addressFromIPOrHostAndPort
Address addressFromIPOrHostAndPort(const(char)[] ipOrHostAndPort)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseConnector
string parseConnector(string connectorString, ISocketConnector connector)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseProxy
ISocketConnector parseProxy(string proxyString)
- proxy5connect
void proxy5connect(Socket socket, Address proxy, InternetAddress address)
Undocumented in source. Be warned that the author may not have intended to support it.
- receiveAll
void receiveAll(Socket socket, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- tryRemoteAddressString
string tryRemoteAddressString(Socket sock)
Undocumented in source. Be warned that the author may not have intended to support it.