IRequest::UserAgent Property

.NET Framework 4.5

The user agent for this request.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

property String^ UserAgent {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Show: