diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 7f339bb4..253b40d4 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -355,7 +355,13 @@ namespace WebSocketSharp.Net /// Gets or sets the value of the Domain attribute of the cookie. /// /// - /// A that represents the URI for which the cookie is valid. + /// + /// A that represents the domain name that + /// the cookie is valid for. + /// + /// + /// An empty string if this attribute is not needed. + /// /// public string Domain { get {