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)
  2. Stream connect(string ip, ushort port, IHandler handler, Duration timeout)
    class Client
    Stream
    connect
    (
    string ip
    ,
    ushort port
    ,,
    Duration timeout = dur!"seconds"(5)
    )
  3. Stream connect(string ip, IHandler handler, Duration timeout)

Meta