[Modify] Edit it
This commit is contained in:
parent
61fbdf3713
commit
63653a844d
@ -159,14 +159,18 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the <see cref="Cookie"/> with the specified <paramref name="name"/> from
|
/// Gets the cookie with the specified name from the collection.
|
||||||
/// the collection.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="Cookie"/> with the specified <paramref name="name"/> in the collection.
|
/// <para>
|
||||||
|
/// A <see cref="Cookie"/> with the specified name in the collection.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if not found.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <param name="name">
|
/// <param name="name">
|
||||||
/// A <see cref="string"/> that represents the name of the <see cref="Cookie"/> to find.
|
/// A <see cref="string"/> that specifies the name of the cookie to find.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="name"/> is <see langword="null"/>.
|
/// <paramref name="name"/> is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user