Method AppendMetadata
AppendMetadata(IMongoClient, 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 static void AppendMetadata(this IMongoClient client, LibraryInfo libraryInfo)
Parameters
clientIMongoClientThe client.
libraryInfoLibraryInfoThe library information to append.