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 the value indicating whether listening is enabled or not.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsListening As Boolean
Get
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As Boolean
value = instance.IsListening
public bool IsListening { get; }
Property Value
Type: System.Boolean
See Also
Reference
RealTimeServerConnectionManager Class