Click or drag to resize

HttpListenerRequestUserAgent Property

Gets the user agent from which the request is originated.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string UserAgent { get; }

Property Value

Type: String

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

if the header is not present.

See Also