[Modify] Edit it

master
sta 7 years ago
parent bc7063858d
commit 7a5b81d389

@ -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.

Loading…
Cancel
Save