 | ListenerIsListening Property |
Defines whether the Listener is active or not
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool IsListening { get; }Public ReadOnly Property IsListening As Boolean
Get
Dim instance As Listener
Dim value As Boolean
value = instance.IsListening
public:
property bool IsListening {
bool get ();
}Property Value
Type:
Boolean
See Also