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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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