Response UserAgent Property C# API
Gets the value of the "User-Agent" HTTP response header.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string UserAgent { get; }

Field Value

The value of the "User-Agent" HTTP response header, or an empty string if no such response header exists.
See Also