Method Parse
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Parse(string)
Parses the string representation of an end point.
public static EndPoint Parse(string value)Parameters
value string
The value to parse.
Returns
An end point.