Click or drag to resize
SaslAuthenticatorSaslConversationConnectionId Property
Gets the connection identifier.

Namespace: MongoDB.Driver.Core.Authentication
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public ConnectionId ConnectionId { get; }

Property Value

Type: ConnectionId
The connection identifier.
See Also