AspNetWebSocketContext::UserLanguages Property

.NET Framework (current version)
 

Gets the collection of language preferences for the remote client.

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property array<String^>^ UserLanguages {
	virtual array<String^>^ get();
}

Property Value

Type: array<System::String^>^

The client language preferences.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: