SessionReceivedEventArgs.RequestUri Property
Gets the string representing the request URI of the invitation.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RequestUri As String
Get
'Usage
Dim instance As SessionReceivedEventArgs
Dim value As String
value = instance.RequestUri
public string RequestUri { get; }
Property Value
Type: System.String
See Also
Reference
SessionReceivedEventArgs Class