| View previous topic :: View next topic |
| Author |
Message |
Martino Guest
|
Posted: Fri May 28, 2004 1:00 pm Post subject: stream sending |
|
|
I need to send some binary data within a stream from one application to
second one via IP protocol.
What is the easiest way of doing it?
I just need only a name of suggested component (class) and its methods names
from somebody who did something simmilar before.
I need to transfer about 100kb.
thx for help
|
|
| Back to top |
|
 |
Zannha Guest
|
Posted: Fri May 28, 2004 1:17 pm Post subject: Re: stream sending |
|
|
TClientSocket and TServerSocket
SendBuf and ReceiveBuf.
HTH
Zan
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Fri May 28, 2004 6:58 pm Post subject: Re: stream sending |
|
|
Zannha wrote:
| Quote: | TClientSocket and TServerSocket
SendBuf and ReceiveBuf.
|
Or SendStream and ReceiveBuf.
Hans.
|
|
| Back to top |
|
 |
|