RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket.SendStream Method

Writes a stream of data to the socket.

Pascal
function SendStream(AStream: TStream): Integer;
C++
__fastcall int SendStream(TStream AStream);

SendStream sends a stream of data to the socket. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!