| IChannelSource Interface | 
Namespace: MongoDB.Driver.Core.Bindings
 Syntax
SyntaxThe IChannelSource type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Server | 
            Gets the server.
             | 
|  | ServerDescription | 
            Gets the server description.
             | 
|  | Session | 
            Gets the session.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | GetChannel | 
            Gets a channel.
             | 
|  | GetChannelAsync | 
            Gets a channel.
             | 
 See Also
See Also