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 | |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| | Contains | Determines whether a list of end points contains a specific end point. |
|
| Equals | Compares two end points. |
|
| FromObjectData | Creates an end point from object data saved during serialization. |
|
| GetObjectData | Gets the object data required to serialize an end point. |
|
| Parse | Parses the string representation of an end point. |
|
| SequenceEquals | Compares two sequences of end points. |
|
| ToString | Returns a String that represents the end point. |
|
| TryParse | Tries to parse the string representation of an end point. |
See Also