Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.Send

TElSSLSocket     See also     


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


Sends data to a connected Socket.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • buffer - data to be send.
  • offset - the position in the data buffer at which to begin sending data.
  • size - the number of bytes to send.
  • socketFlags - a bitwise combination of the SocketFlags values.

Socket flags values:

Return value

    The number of bytes sent to the Socket.

Description

    Use this method to send data to connected socket.
    Please note that you should not call this method for SSLSocket class but for derived classes only.

See also:     Receive    

Discuss this help topic in SecureBlackbox Forum