Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.Poll

TElSSLSocket     


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


Determines the status of the Socket.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • microSeconds - the time to wait for a response, in microseconds.
  • mode - one of the SelectMode values.

Select mode values:

Return value

    

Description

    Use this method to check the state of the socket.
    Please note that you should not call this method for SSLSocket class but for derived classes only.

Discuss this help topic in SecureBlackbox Forum