UserAgent Property

Gets the user agent string that will be used for messages.

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

This is formed by combining a default user agent string with CollaborationPlatform.ApplicationUserAgent and LocalEndpoint.EndpointUserAgent.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace