AsyncSocket.connect

Convenience wrapper.

  1. bool connect(sockaddr* addr, socklen_t addrlen)
  2. bool connect(NetworkAddress to)
    class AsyncSocket
    nothrow
    bool
    connect
    (
    const ref NetworkAddress to
    )

Meta