Class SaslConversation
- Namespace
- MongoDB.Driver.Authentication
- Assembly
- MongoDB.Driver.dll
Represents a SASL conversation.
public sealed class SaslConversation : IDisposable
- Inheritance
-
SaslConversation
- Implements
- Inherited Members
Constructors
- SaslConversation(ConnectionId, EndPoint)
Initializes a new instance of the SaslConversation class.
Properties
- ConnectionId
Gets the connection identifier.
- EndPoint
Gets the connection remote EndPoint.
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- RegisterItemForDisposal(IDisposable)
Registers the item for disposal.