Interface IChannelSource
Represents a channel source.
public interface IChannelSource : IDisposable
- Inherited Members
Properties
- Server
Gets the server.
- ServerDescription
Gets the server description.
- Session
Gets the session.
Methods
- GetChannel(CancellationToken)
Gets a channel.
- GetChannelAsync(CancellationToken)
Gets a channel.