RainwayConnection.ConnectAsync method
Connect to another peer on the Rainway Network.
public Task<Peer> ConnectAsync(PeerConnectOptions options)
parameter | description |
---|---|
options | connection options |
Return Value
connection object
See Also
- class Peer
- class PeerConnectOptions
- class RainwayConnection
- namespace Rainway.SDK