Gets the user agent of the message. This is retrieved either from User-Agent or Server header.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
UserAgent 
As 
String
C#
public 
string 
UserAgent { 
get; }
Visual C++
public:
property 
String^ 
UserAgent {
	
String^ 
get ();
}
JavaScript
function get_
userAgent();

See Also