Participant.ContactUri Property

Gets the contact URI of the participant, if available. Can be String.Empty.

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

Syntax

'Declaration
Public Property ContactUri As String
    Get
    Friend Set
'Usage
Dim instance As Participant
Dim value As String

value = instance.ContactUri
public string ContactUri { get; internal set; }

Property Value

Type: System.String

Remarks

The URI is retrieved from the Contact header when present in a message received from the remote. Before a request or response is received with a Contact header, this property will be String.Empty.

In a similar way, the URI may not be available on the participant object representing the local endpoint until a request or response has been sent on the session.

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace