diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index f8c9e68c..60c62df2 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -523,12 +523,17 @@ namespace WebSocketSharp.Net } /// - /// Gets the natural languages which are preferred for the response. + /// Gets the natural languages which are acceptable for the client. /// /// - /// An array of that contains the natural language names in - /// the Accept-Language request-header, or if the request - /// didn't include an Accept-Language header. + /// + /// An array of that contains the names of the + /// natural languages specified in the value of the Accept-Language + /// header. + /// + /// + /// if the Accept-Language header is not present. + /// /// public string[] UserLanguages { get {