> ics dont have any sample on how to send receive memory stream i no this is
nothing to do with indy i thought i can use ics in same way

TWSocket has a Send method which you can use to send any data providing a
pointer and a count. This is perfect for sending a TMemoryStream:
WSocket1.Send(MyMemorStream.Memory, MymemoryStream.Size);
That's it !

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to