HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayPeerId

RainwayPeerId class

Represents the id of a peer on the Rainway network.

public sealed class RainwayPeerId : IEquatable<RainwayPeerId>

Public Members

namedescription
RainwayPeerId(…)Default ctor
Id { get; }The underlying Id of the peer
override Equals(…)
Equals(…)
override GetHashCode()
override ToString()
operator ==
implicit operatorImplicitly treats a RainwayPeerId as Int64 (2 operators)
operator !=

See Also