Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the protocol message is a request.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsRequest As Boolean
Get
'Usage
Dim instance As RequestOrResponseReceivedEventArgs
Dim value As Boolean
value = instance.IsRequest
public bool IsRequest { get; }
Property Value
Type: System.Boolean
See Also
Reference
RequestOrResponseReceivedEventArgs Class