IClient.Connect Method
Namespace: Riptide.Transports
Assembly: RiptideNetworking.dll
Connect(string, out Connection, out string)
Starts the transport and attempts to connect to the given host address.
bool Connect(string hostAddress, out Connection connection, out string connectError)Parameters
| string | hostAddress | The host address to connect to. | 
| Connection | connection | The pending connection. null if an issue occurred. | 
| string | connectError | The error message associated with the issue that occurred, if any. | 
Returns
| bool | true if a connection attempt will be made. false if an issue occurred (such as  |