Click or drag to resize
IChannelHandle Interface
Represents a handle to a channel.

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

The IChannelHandle type exposes the following members.

Methods
Properties
  NameDescription
Public propertyConnectionDescription
Gets the connection description.
(Inherited from IChannel.)
Top
See Also