[Modify] Edit it

master
sta 8 years ago
parent 4a38b79647
commit 3cc8c02292

@ -523,12 +523,17 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the natural languages which are preferred for the response. /// Gets the natural languages which are acceptable for the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// An array of <see cref="string"/> that contains the natural language names in /// <para>
/// the Accept-Language request-header, or <see langword="null"/> if the request /// An array of <see cref="string"/> that contains the names of the
/// didn't include an Accept-Language header. /// natural languages specified in the value of the Accept-Language
/// header.
/// </para>
/// <para>
/// <see langword="null"/> if the Accept-Language header is not present.
/// </para>
/// </value> /// </value>
public string[] UserLanguages { public string[] UserLanguages {
get { get {

Loading…
Cancel
Save