Gets the raw user agent string of the client browser.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public string UserAgent { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserAgent As String

Field Value

Type: System..::.String
The raw user agent string of the client browser.

See Also