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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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