Discuss this help topic in SecureBlackbox Forum

TElIndySSLIOHandlerServerSocket.Send

TElIndySSLIOHandlerServerSocket     See also     


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


Sends data.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ABuf - buffer with data
  • ALen - length of the data to be sent in bytes

Return value

    Amount of actually sent data.

Description

    Use this method to send data.

See also:     Recv    

Discuss this help topic in SecureBlackbox Forum