Click or drag to resize

HttpListenerRequestUserLanguages Property

Gets the natural languages that are acceptable for the client.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string[] UserLanguages { get; }

Property Value

Type: String

An array of String that contains the names of the natural languages specified in the value of the Accept-Language header.

if the header is not present.

See Also