Gets the user agent string used for messages. This includes the platform's header followed by the header supplied by the application, if any.

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();

Field Value

The user agent string.

See Also