.NET SDK - Peer.OutboundStreams

Peer.OutboundStreams property

A map from Stream IDs to active streams associated with this peer.

public IReadOnlyDictionary<StreamId, OutboundStream> OutboundStreams { get; }

See Also