Table of Contents

Method AppendMetadata

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AppendMetadata(LibraryInfo)

Appends the specified library information to the metadata sent to the server in the connection handshake. Only connections opened after this call are affected.

public void AppendMetadata(LibraryInfo libraryInfo)

Parameters

libraryInfo LibraryInfo

The library information to append.