Class EndPointHelper
Represents helper methods for EndPoints.
public static class EndPointHelper
- Inheritance
-
EndPointHelper
- Inherited Members
Properties
- EndPointEqualityComparer
Gets an end point equality comparer.
Methods
- Contains(IEnumerable<EndPoint>, EndPoint)
Determines whether a list of end points contains a specific end point.
- Equals(EndPoint, EndPoint)
Compares two end points.
- FromObjectData(List<object>)
Creates an end point from object data saved during serialization.
- GetObjectData(EndPoint)
Gets the object data required to serialize an end point.
- Parse(string)
Parses the string representation of an end point.
- SequenceEquals(IEnumerable<EndPoint>, IEnumerable<EndPoint>)
Compares two sequences of end points.
- ToString(EndPoint)
Returns a string that represents the end point.
- TryParse(string, out EndPoint)
Tries to parse the string representation of an end point.