problem with TStreamObject
Date: Sun, 25 Jan 2004 15:32:41 -0300
Hi I like know if I can send TMemoryStream Object through a socket , I probe
this and delphi permit this , but when I receive this stream of data , There
isn't identical of stream of origin.
Any help me about of this?
Thank.
Relevant Pages
- Re: How do I stop a Winsock from buffering characters?
... it's applied at the OS level to the socket. ... Stream s = client.GetStream; ... from the client code and have the server see it right away. ... first character of the client send. ... (microsoft.public.windowsce.embedded) - Concurrent reader/writer threads on single socket
... I have what I imagine is a well-known .Net networking problem, ... one dedicated to reading from the socket and the other one ... BinaryWriter writer = new BinaryWriter); ... the output stream would hold a separate buffer ... (microsoft.public.dotnet.general) - Re: std::cin and disabling canonical line processing (buffering)
... I believe I have found a couple of implementations of sockets in streams but ... > * create the streambufs, istream, and ostream around that socket ... >> I have a program that runs a command line interface on an embedded system. ... >> function is just given the stream pointers. ... (microsoft.public.vc.stl) - socket bug or not?
... This works fine, I at some point wrote a webservice to send msgs to my system, not using any twisted code, that sends a message to ... I discovered that it was because my webservice did not read the "<stream>" element sent by the server when it connected, when I added the code to read it, everything worked as expected. ... I tested the webservice to without the server to see if it had a problem, using netcat, and it does, so I wonder if there is a bug in the socket code or not. ... (comp.lang.python) - Re: Im having problems with cryptography and sockets, help
... If the sender does not send 8192 bytes, the call to Read is going to ... I am> using blocking sockets, so I am aware that if the socket does not have ... But I know that it does receive> the data, and still it blocks, not the NetworkStream, but the CryptoStream> used to decrypt the data. ... > NetworkStream stream = clienteTcp.GetStream;> // Crear el stream criptográfico ... (microsoft.public.dotnet.languages.csharp) |
|