diff --git a/X10D/src/EndPointExtensions/EndPointExtensions.cs b/X10D/src/EndPointExtensions/EndPointExtensions.cs index 8093302..c9cbcaf 100644 --- a/X10D/src/EndPointExtensions/EndPointExtensions.cs +++ b/X10D/src/EndPointExtensions/EndPointExtensions.cs @@ -13,11 +13,11 @@ namespace X10D.EndPointExtensions /// /// The endpoint whose hostname to get. /// - /// if is + /// if is . /// -or- - /// if is + /// if is . /// -or- - /// otherwise. + /// otherwise. /// [MethodImpl(MethodImplOptions.AggressiveInlining)] public static string GetHost(this EndPoint endPoint) @@ -35,11 +35,11 @@ namespace X10D.EndPointExtensions /// /// The endpoint whose port number to get. /// - /// if is + /// if is . /// -or- - /// if is + /// if is . /// -or- - /// 0 otherwise. + /// 0 otherwise. /// [MethodImpl(MethodImplOptions.AggressiveInlining)] public static int GetPort(this EndPoint endPoint)