Table of Contents

Class MultiplexingStream.ChannelOfferEventArgs

Namespace
Nerdbank.Streams
Assembly
Nerdbank.Streams.dll

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

int

IsAccepted

Gets a value indicating whether the channel has already been accepted.

public bool IsAccepted { get; }

Property Value

bool

Name

Gets the name of the channel.

public string Name { get; }

Property Value

string

QualifiedId

Gets the unique ID of the channel.

public MultiplexingStream.QualifiedChannelId QualifiedId { get; }

Property Value

MultiplexingStream.QualifiedChannelId