Discuss this help topic in SecureBlackbox Forum

TElIndySSLIOHandlerServerSocket.Recv

TElIndySSLIOHandlerServerSocket     See also     


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


Receives data.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function Recv(var ABuf; ALen: integer): integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ABuf - buffer for received data
  • ALen - maximum length of received data in bytes

Return value

    Amount of received data.

Description

    Use this method to take already decrypted data.

See also:     Send    

Discuss this help topic in SecureBlackbox Forum