Participant.ContactUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.