C-DEngine 5.105

HttpListenerRequest..::..UserAgent Property

Gets the information about the user agent originating the request.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string UserAgent { get; }
Public ReadOnly Property UserAgent As String
	Get
public:
property String^ UserAgent {
	String^ get ();
}

Field Value

A String that represents the value of the User-Agent request-header.