ApplicationUserAgent Property

Gets or sets the application user agent string.

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.

Remarks

[ApplicationUserAgent] is appended to the user agent header.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace