Client.connect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Stream connect(Address address, IHandler handler, Duration timeout)
    class Client
    Stream
    connect
    (
    Address address
    ,,
    Duration timeout = dur!"seconds"(5)
    )
  2. Stream connect(string ip, ushort port, IHandler handler, Duration timeout)
  3. Stream connect(string ip, IHandler handler, Duration timeout)

Meta