diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs
index 2f996323..42fc3349 100644
--- a/websocket-sharp/Net/Cookie.cs
+++ b/websocket-sharp/Net/Cookie.cs
@@ -127,7 +127,14 @@ namespace WebSocketSharp.Net
/// the specified name and value.
///
///
- /// A that specifies the Name of the cookie.
+ ///
+ /// A that specifies the name of the cookie.
+ ///
+ ///
+ /// The name must be a token defined in
+ ///
+ /// RFC 2616.
+ ///
///
///
/// A that specifies the Value of the cookie.