[Modify] Edit it
This commit is contained in:
parent
4223d1ced9
commit
69ec79feb0
@ -665,17 +665,12 @@ namespace WebSocketSharp.Net
|
|||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the Value of the cookie.
|
/// A <see cref="string"/> that represents the Value of the cookie.
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <exception cref="CookieException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <para>
|
|
||||||
/// The value specified for a set operation is <see langword="null"/>.
|
/// The value specified for a set operation is <see langword="null"/>.
|
||||||
/// </para>
|
/// </exception>
|
||||||
/// <para>
|
/// <exception cref="ArgumentException">
|
||||||
/// - or -
|
/// The value specified for a set operation is a string not enclosed in
|
||||||
/// </para>
|
/// double quotes that contains an invalid character.
|
||||||
/// <para>
|
|
||||||
/// The value specified for a set operation contains a string not enclosed in double quotes
|
|
||||||
/// that contains an invalid character.
|
|
||||||
/// </para>
|
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public string Value {
|
public string Value {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user