[Modify] Edit it
This commit is contained in:
parent
d1e6737e07
commit
2a7d9844ea
@ -523,10 +523,17 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the Name of the cookie.
|
/// Gets or sets the name of the cookie.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the Name of the cookie.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the name of the cookie.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The name must be a token defined in
|
||||||
|
/// <see href="http://tools.ietf.org/html/rfc2616#section-2.2">
|
||||||
|
/// RFC 2616</see>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// The value specified for a set operation is <see langword="null"/>.
|
/// The value specified for a set operation is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user