|
|
|
@ -227,10 +227,11 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the cookies sent with the response.
|
|
|
|
/// Gets or sets the collection of cookies sent with the response.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="CookieCollection"/> that contains the cookies sent with the response.
|
|
|
|
/// A <see cref="CookieCollection"/> that contains the cookies sent with
|
|
|
|
|
|
|
|
/// the response.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public CookieCollection Cookies {
|
|
|
|
public CookieCollection Cookies {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|