.NET SDK - RainwaySDK.ConnectAsync

RainwaySDK.ConnectAsync method

Connects to the Rainway network, creating a RainwayConnection if successful.

public static Task<RainwayConnection> ConnectAsync(ConnectOptions options)
parameterdescription
optionsconnection options

Return Value

A new connection

Remarks

This is the first step required to connect to other Peers on the Rainway network, or to allow them to connect to you.

See Also