Method Create
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
urlstringThe URL containing the settings.
Returns
- MongoUrl
An instance of MongoUrl.