UserAgent Property

Gets the user agent of the message.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property UserAgent As String
    Get
'Usage
Dim instance As SipMessageData
Dim value As String

value = instance.UserAgent
public string UserAgent { get; }

Property Value

Type: System..::..String

Remarks

This is retrieved from the User-Agent or Server header.

See Also

Reference

SipMessageData Class

SipMessageData Members

Microsoft.Rtc.Signaling Namespace