IConnectionHandle Interface |
Namespace: MongoDB.Driver.Core.Connections
The IConnectionHandle type exposes the following members.
Name | Description | |
---|---|---|
ConnectionId |
Gets the connection identifier.
(Inherited from IConnection.) | |
Description |
Gets the connection description.
(Inherited from IConnection.) | |
EndPoint |
Gets the end point.
(Inherited from IConnection.) | |
IsExpired |
Gets a value indicating whether this instance is expired.
(Inherited from IConnection.) | |
Settings |
Gets the connection settings.
(Inherited from IConnection.) |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Fork |
A new handle to the underlying connection.
| |
Open |
Opens the connection.
(Inherited from IConnection.) | |
OpenAsync |
Opens the connection.
(Inherited from IConnection.) | |
ReceiveMessage |
Receives a message.
(Inherited from IConnection.) | |
ReceiveMessageAsync |
Receives a message.
(Inherited from IConnection.) | |
SendMessages |
Sends the messages.
(Inherited from IConnection.) | |
SendMessagesAsync |
Sends the messages.
(Inherited from IConnection.) |