[Modify] Edit it
This commit is contained in:
parent
789e779048
commit
3cc6d8b419
@ -355,7 +355,13 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets or sets the value of the Domain attribute of the cookie.
|
/// Gets or sets the value of the Domain attribute of the cookie.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the URI for which the cookie is valid.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the domain name that
|
||||||
|
/// the cookie is valid for.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// An empty string if this attribute is not needed.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public string Domain {
|
public string Domain {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user