[Modify] Edit it
This commit is contained in:
parent
41bfb52d02
commit
9ef48c884b
@ -757,7 +757,13 @@ namespace WebSocketSharp.Net
|
|||||||
return buff.ToString ();
|
return buff.ToString ();
|
||||||
}
|
}
|
||||||
|
|
||||||
// From server to client
|
/// <summary>
|
||||||
|
/// Returns a string that represents the current cookie instance.
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>
|
||||||
|
/// A <see cref="string"/> that is suitable for the Set-Cookie response
|
||||||
|
/// header.
|
||||||
|
/// </returns>
|
||||||
internal string ToResponseString ()
|
internal string ToResponseString ()
|
||||||
{
|
{
|
||||||
return _name.Length == 0
|
return _name.Length == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user