[Modify] Edit it

This commit is contained in:
sta 2018-11-20 20:25:31 +09:00
parent df435e6478
commit 1419610792

View File

@ -473,13 +473,14 @@ namespace WebSocketSharp.Server
/// Adds a WebSocket service with the specified behavior, /// Adds a WebSocket service with the specified behavior,
/// <paramref name="path"/>, and <paramref name="initializer"/>. /// <paramref name="path"/>, and <paramref name="initializer"/>.
/// </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>
/// <param name="path"> /// <param name="path">
/// A <see cref="string"/> that represents an absolute path to /// <para>
/// the service to add. /// A <see cref="string"/> that represents an absolute path to
/// the service to add.
/// </para>
/// <para>
/// / is trimmed from the end of the string if present.
/// </para>
/// </param> /// </param>
/// <param name="initializer"> /// <param name="initializer">
/// <para> /// <para>