IRequest.UserAgent Property
.NET Framework 4
The user agent for this request.
Namespace: Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Property UserAgent As String
Get
Set
'Usage
Dim instance As IRequest
Dim value As String
value = instance.UserAgent
instance.UserAgent = value
string UserAgent { get; set; }
property String^ UserAgent {
String^ get ();
void set (String^ value);
}
abstract UserAgent : string with get, set
function get UserAgent () : String
function set UserAgent (value : String)
Property Value
Type: System.String