StreamRequestEvent class
An event that occurs when a remote peer requests an OutboundStream.
public sealed class StreamRequestEvent : BaseRequestEvent<OutboundStreamOptions, OutboundStream>
Public Members
| name | description | 
|---|---|
| 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
- class BaseRequestEvent<TAcceptedOptions,TAccepted>
 - class OutboundStreamOptions
 - class OutboundStream
 - namespace Rainway.SDK.Events
 
