From 3cc8c02292ba5483e5de8f2b60ad52a88843a794 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 24 Jan 2018 16:48:44 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 {