MongoUrlBuilderParse Method |
Parses a URL and sets all settings to match the URL.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public void Parse(
string url
)
Public Sub Parse (
url As String
)
member Parse :
url : string -> unit
Parameters
- url
- Type: SystemString
The URL.
See Also