diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index c5060a07..5f22aadf 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -107,36 +107,47 @@ namespace WebSocketSharp.Net } /// - /// Initializes a new instance of the class with the specified - /// and . + /// Initializes a new instance of the class with + /// the specified name and value. /// /// - /// A that represents the Name of the cookie. + /// A that specifies the Name of the cookie. /// /// - /// A that represents the Value of the cookie. + /// A that specifies the Value of the cookie. /// - /// + /// /// - /// is or empty. + /// is . /// /// /// - or - /// /// - /// contains an invalid character. + /// is . + /// + /// + /// + /// + /// is an empty string. /// /// /// - or - /// /// - /// is . + /// starts with a dollar sign. /// /// /// - or - /// /// - /// contains a string not enclosed in double quotes + /// contains an invalid character. + /// + /// + /// - or - + /// + /// + /// is a string not enclosed in double quotes /// that contains an invalid character. /// ///