EndPointHelper Class (original) (raw)

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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public static class EndPointHelper

Public NotInheritable Class EndPointHelper

[] [] type EndPointHelper = class end

The EndPointHelper type exposes the following members.

Properties

Methods

| | Name | Description | | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | | Public methodStatic member | Contains | Determines whether a list of end points contains a specific end point. | | Public methodStatic member | Equals | Compares two end points. | | Public methodStatic member | FromObjectData | Creates an end point from object data saved during serialization. | | Public methodStatic member | GetObjectData | Gets the object data required to serialize an end point. | | Public methodStatic member | Parse | Parses the string representation of an end point. | | Public methodStatic member | SequenceEquals | Compares two sequences of end points. | | Public methodStatic member | ToString | Returns a String that represents the end point. | | Public methodStatic member | TryParse | Tries to parse the string representation of an end point. |

Top

See Also

Reference