AgentIdentity.Uri Property

Gets the agent's URI prefixed with the sip: scheme.

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

Syntax

'Declaration
Public ReadOnly Property Uri As String
    Get
'Usage
Dim instance As AgentIdentity
Dim value As String

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

Property Value

Type: System.String

Remarks

This property reflects the best known address for contacting the agent.

See Also

Reference

AgentIdentity Class

AgentIdentity Members

Microsoft.Rtc.Signaling Namespace