Class ChannelSourceHandle
Represents a handle to a channel source.
public sealed class ChannelSourceHandle : IChannelSourceHandle, IChannelSource, IDisposable
- Inheritance
-
ChannelSourceHandle
- Implements
- Inherited Members
Constructors
- ChannelSourceHandle(IChannelSource)
Initializes a new instance of the ChannelSourceHandle class.
Properties
- Server
Gets the server.
- ServerDescription
Gets the server description.
- Session
Gets the session.
Methods
- Fork()
Returns a new handle to the underlying channel source.
- GetChannel(CancellationToken)
Gets a channel.
- GetChannelAsync(CancellationToken)
Gets a channel.