.NET SDK - StreamRequestEvent

StreamRequestEvent class

An event that occurs when a remote peer requests an OutboundStream.

public sealed class StreamRequestEvent : BaseRequestEvent<OutboundStreamOptions, OutboundStream>

Public Members

namedescription
ExternalId { get; }The ExternalId of the peer requesting the stream.
Id { get; }The ID of the peer requesting the stream.
Permissions { get; }The permissions requested by the peer.
SupportsAppIsolation { get; }Indicates if the peer requesting the stream supports app isolation.

Remarks

The Peer can choose to AcceptAsync or RejectAsync the request.

See Also