HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayRuntime.Peers

RainwayRuntime.Peers property

The peers that have been previously connected to.

public IReadOnlyDictionary<RainwayPeerId, RainwayPeer> Peers { get; }

Remarks

To connect to a new peer, see Connect

See Also