RealTimeEndpoint.ApplicationUserAgent Property
Gets or sets the application user agent string. This is appended to the user agent header.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ApplicationUserAgent As String
Get
Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As String
value = instance.ApplicationUserAgent
instance.ApplicationUserAgent = value
public string ApplicationUserAgent { get; set; }
Property Value
Type: System.String
The application user agent string.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The user agent string is not formed correctly. |