From 9ef48c884b4ae73ffff8613afafdb21701aeeb4b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 9 Feb 2019 22:17:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 6e81e647..73c2d812 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -757,7 +757,13 @@ namespace WebSocketSharp.Net return buff.ToString (); } - // From server to client + /// + /// Returns a string that represents the current cookie instance. + /// + /// + /// A that is suitable for the Set-Cookie response + /// header. + /// internal string ToResponseString () { return _name.Length == 0