Table of Contents

Constructor ConnectionDescription

Namespace
MongoDB.Driver.Core.Connections
Assembly
MongoDB.Driver.Core.dll

ConnectionDescription(ConnectionId, HelloResult)

Initializes a new instance of the ConnectionDescription class.

public ConnectionDescription(ConnectionId connectionId, HelloResult helloResult)

Parameters

connectionId ConnectionId

The connection identifier.

helloResult HelloResult

The hello result.