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