IWebServerProviderIsListening Property |
Gets a value indicating that the listener is listening.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsListening { get; }
ReadOnly Property IsListening As Boolean
Get
property bool IsListening {
bool get ();
}
abstract IsListening : bool with get
Property Value
Type:
BooleanSee Also