[Modify] Edit it

This commit is contained in:
sta 2018-11-22 20:06:49 +09:00
parent 2a3ad43b21
commit 1880a1598b

View File

@ -109,10 +109,6 @@ namespace WebSocketSharp.Server
/// Gets the host instance for a WebSocket service with /// Gets the host instance for a WebSocket service with
/// the specified <paramref name="path"/>. /// the specified <paramref name="path"/>.
/// </summary> /// </summary>
/// <remarks>
/// <paramref name="path"/> is converted to a URL-decoded string and
/// / is trimmed from the end of the converted string if any.
/// </remarks>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="WebSocketServiceHost"/> instance or /// A <see cref="WebSocketServiceHost"/> instance or
@ -124,8 +120,13 @@ namespace WebSocketSharp.Server
/// </para> /// </para>
/// </value> /// </value>
/// <param name="path"> /// <param name="path">
/// A <see cref="string"/> that represents an absolute path to /// <para>
/// the service to find. /// A <see cref="string"/> that represents an absolute path to
/// the service to find.
/// </para>
/// <para>
/// / is trimmed from the end of the string if present.
/// </para>
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="path"/> is <see langword="null"/>. /// <paramref name="path"/> is <see langword="null"/>.