|
|
|
@ -477,8 +477,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets or sets the value of the Path attribute of the cookie.
|
|
|
|
/// Gets or sets the value of the Path attribute of the cookie.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the subset of URI on the origin server
|
|
|
|
/// A <see cref="string"/> that represents the subset of URI on
|
|
|
|
/// to which the cookie applies.
|
|
|
|
/// the origin server that the cookie applies to.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string Path {
|
|
|
|
public string Path {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|