[Modify] Edit it

This commit is contained in:
sta 2019-02-09 22:17:12 +09:00
parent 41bfb52d02
commit 9ef48c884b

View File

@ -757,7 +757,13 @@ namespace WebSocketSharp.Net
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 ()
{
return _name.Length == 0