IChannelConnection Property |
Gets the connection.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax IConnectionHandle Connection { get; }
ReadOnly Property Connection As IConnectionHandle
Get
abstract Connection : IConnectionHandle with get
Property Value
Type:
IConnectionHandle
The connection.
See Also