Discuss this help topic in SecureBlackbox Forum
Returns true if IDLE is supported by the server.
Declaration
[VB.NET]
Property IdleSupported As Boolean
[Pascal]
property IdleSupported : Boolean;
[C++]
bool get_IdleSupported();
[PHP]
bool get_IdleSupported()
[Java]
boolean getIdleSupported();
Description
Use this property to check whether idle mode is supported by the server.
Discuss this help topic in SecureBlackbox Forum