Class MultiplexingStream.ChannelOfferEventArgs
Describes an offer for a channel.
public class MultiplexingStream.ChannelOfferEventArgs : EventArgs
- Inheritance
-
MultiplexingStream.ChannelOfferEventArgs
- Inherited Members
Properties
Id
Gets the unique ID of the channel.
[Obsolete("Use QualifiedId instead.")]
public int Id { get; }
Property Value
IsAccepted
Gets a value indicating whether the channel has already been accepted.
public bool IsAccepted { get; }
Property Value
Name
Gets the name of the channel.
public string Name { get; }
Property Value
QualifiedId
Gets the unique ID of the channel.
public MultiplexingStream.QualifiedChannelId QualifiedId { get; }