[Modify] Edit it

This commit is contained in:
sta 2017-03-25 17:24:32 +09:00
parent 983c0acacc
commit 2f24a3757e

View File

@ -107,16 +107,17 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the host instance for the WebSocket service with the specified /// Gets the host instance for a WebSocket service with
/// <paramref name="path"/>. /// the specified <paramref name="path"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <paramref name="path"/> is converted to a URL-decoded string and /// <paramref name="path"/> is converted to a URL-decoded string and
/// / is trimmed from the end of the converted string if any. /// / is trimmed from the end of the converted string if any.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="WebSocketServiceHost"/> instance that provides the access to /// A <see cref="WebSocketServiceHost"/> instance that provides
/// the information in the service or <see langword="null"/> if not found. /// the access to the information in the service or
/// <see langword="null"/> if not found.
/// </value> /// </value>
/// <param name="path"> /// <param name="path">
/// A <see cref="string"/> that represents an absolute path to /// A <see cref="string"/> that represents an absolute path to