[Modify] Edit it

This commit is contained in:
sta 2019-04-25 16:32:03 +09:00
parent bc7063858d
commit 7a5b81d389

View File

@ -797,8 +797,13 @@ namespace WebSocketSharp.Net
/// Removes the specified cookie from the collection.
/// </summary>
/// <returns>
/// <c>true</c> if the cookie is successfully found and removed;
/// otherwise, <c>false</c>.
/// <para>
/// <c>true</c> if the cookie is successfully removed; otherwise,
/// <c>false</c>.
/// </para>
/// <para>
/// <c>false</c> if the cookie is not found in the collection.
/// </para>
/// </returns>
/// <param name="cookie">
/// A <see cref="Cookie"/> to remove.