RainwaySDK.ConnectAsync method
Connects to the Rainway network, creating a RainwayConnection
if successful.
public static Task<RainwayConnection> ConnectAsync(ConnectOptions options)
parameter | description |
---|---|
options | connection options |
Return Value
A new connection
Remarks
This is the first step required to connect to other Peer
s on the Rainway network, or to allow them to connect to you.
See Also
- class RainwayConnection
- class ConnectOptions
- class RainwaySDK
- namespace Rainway.SDK