Click or drag to resize
IChannel Interface
Represents a channel (similar to a connection but operates at the level of protocols rather than messages).

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public interface IChannel : IDisposable

The IChannel type exposes the following members.

Methods
Properties
  NameDescription
Public propertyConnectionDescription
Gets the connection description.
Top
See Also