Table of Contents

Method CustomizeInitialHelloCommand

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

CustomizeInitialHelloCommand(BsonDocument)

Optionally customizes hello or legacy hello command.

public override BsonDocument CustomizeInitialHelloCommand(BsonDocument helloCommand)

Parameters

helloCommand BsonDocument

Initial command.

Returns

BsonDocument

Optionally mutated command.