HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayConnectionRequest

RainwayConnectionRequest class

A requested received by a remote

public class RainwayConnectionRequest

Public Members

namedescription
ExternalId { get; }The External id of the peer that is requesting connection
PeerId { get; }Hostname of the peer trying to connect
Accept()Accepts the pending connection request.
Reject(…)Rejects the pending connection request.

See Also