Click or drag to resize

EndPointHelper Class

Represents helper methods for EndPoints.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.MiscEndPointHelper

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public static class EndPointHelper

The EndPointHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEndPointEqualityComparer
Gets an end point equality comparer.
Top
Methods
  NameDescription
Public methodStatic memberContains
Determines whether a list of end points contains a specific end point.
Public methodStatic memberEquals
Compares two end points.
Public methodStatic memberFromObjectData
Creates an end point from object data saved during serialization.
Public methodStatic memberGetObjectData
Gets the object data required to serialize an end point.
Public methodStatic memberParse
Parses the string representation of an end point.
Public methodStatic memberSequenceEquals
Compares two sequences of end points.
Public methodStatic memberToString
Returns a String that represents the end point.
Public methodStatic memberTryParse
Tries to parse the string representation of an end point.
Top
See Also