[Modify] Edit it
This commit is contained in:
parent
bc7063858d
commit
7a5b81d389
@ -797,8 +797,13 @@ namespace WebSocketSharp.Net
|
|||||||
/// Removes the specified cookie from the collection.
|
/// Removes the specified cookie from the collection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <c>true</c> if the cookie is successfully found and removed;
|
/// <para>
|
||||||
/// otherwise, <c>false</c>.
|
/// <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>
|
/// </returns>
|
||||||
/// <param name="cookie">
|
/// <param name="cookie">
|
||||||
/// A <see cref="Cookie"/> to remove.
|
/// A <see cref="Cookie"/> to remove.
|
||||||
|
Loading…
Reference in New Issue
Block a user