RainwayRuntime class
A managed implementation of the RainwaySDK
public sealed class RainwayRuntime : IDisposable
Public Members
| name | description |
|---|---|
| PeerId { get; } | Get the peerId for this Rainway instance. |
| Peers { get; } | The peers that have been previously connected to. |
| Version { get; } | The version of the Rainway SDK runtime. |
| Connect(…) | Connect to another peer on the Rainway Network. |
| Dispose() | Dispose of the runtime |
| static Initialize(…) | Initialize a instance of the Rainway runtime and connect it to the Rainway Network. |
| static SetLogLevel(…) | Set the logging level of the runtime |
| static SetLogSink(…) | Sets the log sink for use in the runtime |
See Also
- namespace Rainway.SDK
