Table of Contents

Method Create

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Create(string)

Creates an instance of MongoUrl (might be an existing existence if the same URL has been used before).

public static MongoUrl Create(string url)

Parameters

url string

The URL containing the settings.

Returns

MongoUrl

An instance of MongoUrl.