Method Protocols.TCP.HappyEyeballs()->connect()
- Method
connect
Concurrent.Futureconnect(stringhost,intport)- Description
Establish a connection to the given
host:port. Resolves with a connected socket, or rejects with a failure message.
Concurrent.Future connect(string host, int port)
Establish a connection to the given host:port.
Resolves with a connected socket, or rejects with a failure message.