[Modify] Edit it

This commit is contained in:
sta 2017-03-05 17:22:16 +09:00
parent 662c2632c4
commit 19d1c72dbe

View File

@ -618,7 +618,14 @@ namespace WebSocketSharp.Server
/// -or- /// -or-
/// </para> /// </para>
/// <para> /// <para>
/// <paramref name="path"/> is invalid. /// <paramref name="path"/> is not an absolute path.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// <paramref name="path"/> includes either or both
/// query and fragment components.
/// </para> /// </para>
/// </exception> /// </exception>
public bool RemoveService (string path) public bool RemoveService (string path)