Class EndPointHelper
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents helper methods for EndPoints.
public static class EndPointHelperInheritance
EndPointHelper
Inherited Members
Properties
Gets an end point equality comparer.
Methods
Contains(IEnumerable, EndPoint)
Determines whether a list of end points contains a specific end point.
Compares two end points.
Creates an end point from object data saved during serialization.
Gets the object data required to serialize an end point.
Parses the string representation of an end point.
SequenceEquals(IEnumerable, IEnumerable)
Compares two sequences of end points.
Returns a string that represents the end point.
TryParse(string, out EndPoint)
Tries to parse the string representation of an end point.