|
|
|
@ -239,7 +239,7 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="value">
|
|
|
|
/// <param name="value">
|
|
|
|
/// A <see cref="string"/> that specifies the Value of the cookie.
|
|
|
|
/// A <see cref="string"/> that specifies the value of the cookie.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="path">
|
|
|
|
/// <param name="path">
|
|
|
|
/// A <see cref="string"/> that specifies the value of the Path
|
|
|
|
/// A <see cref="string"/> that specifies the value of the Path
|
|
|
|
@ -250,15 +250,7 @@ namespace WebSocketSharp.Net
|
|
|
|
/// attribute of the cookie.
|
|
|
|
/// attribute of the cookie.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="name"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="name"/> is <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// - or -
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// <paramref name="value"/> is <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
|