Gets the user agent presented by the client.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public string UserAgent { get; }

Field Value

A String object that contains the text of the request's User-Agent header.

Remarks