Edit

Share via


Participant.ContactUri Property

Definition

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

public:
 property System::String ^ ContactUri { System::String ^ get(); };
public string ContactUri { get; }
member this.ContactUri : string
Public ReadOnly Property ContactUri As String

Property Value

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.

Applies to