diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 42fc3349..1aeb302f 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -184,7 +184,14 @@ namespace WebSocketSharp.Net /// the specified name, value, and path. /// /// - /// 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.