LocalEndpoint.UserAgent Property
Gets the user agent string that will be used in messages sent and received by the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property UserAgent As String
Get
'Usage
Dim instance As LocalEndpoint
Dim value As String
value = instance.UserAgent
public string UserAgent { get; }
Property Value
Type: System.String
Remarks
So the final string looks like "UCMAUserAgent ApplicationUserAgent EndpointUserAgent" with a blank space separating each part.