Discuss this help topic in SecureBlackbox Forum

TElIndySSLIOHandlerServerSocket.Readable

TElIndySSLIOHandlerServerSocket     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if there are any data came from remote side.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function Readable(AMSec: Integer = IdTimeoutDefault): Boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • AMSec - specifies check frequency in milliseconds

Return value

     True - if there is any new data.
     False - otherwise.

Description

Checks if there are any data came from remote side.      True - if there is any new data.
     False - otherwise.     Use this method to check if there are any new data received from the remote side.

Discuss this help topic in SecureBlackbox Forum