[Modify] Edit it
This commit is contained in:
parent
9c9e2f5614
commit
d8409c093b
@ -303,8 +303,16 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets or sets the value of the CommentURL attribute of the cookie.
|
/// Gets or sets the value of the CommentURL attribute of the cookie.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="Uri"/> that represents the URI that provides the comment to document intended
|
/// <para>
|
||||||
/// use of the cookie.
|
/// A <see cref="Uri"/> that represents the URI that provides
|
||||||
|
/// the comment to document intended use of the cookie.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if this attribute is not needed.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <see langword="null"/>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public Uri CommentUri {
|
public Uri CommentUri {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user