TCP Stream



The problem is as follows:
- The server application sent a serialized class to the client
- The client application receives a byte array
- The received byte array includes the data sent from the server but
also garbage bytes

My question is, is it possible for an application to write to the TCP
socket without me explicity calling the socket.send() method? If not,
are there any suggestion on why the client application may be
receiving the original data intermingled with garbage data?

Thanks in advance

.



Relevant Pages

  • TCP/IP Client/Server noob question
    ... i'm a little confused how to actually send the server data, ... Client sends data. ... Client creates a byte array the size of one class object, ... Server then receives the next number of bytes for one object, decodes ...
    (microsoft.public.dotnet.csharp.general)
  • TCP/IP Client/Server question
    ... i'm a little confused how to actually send the server data, ... Client sends data. ... Client creates a byte array the size of one class object, ... Server then receives the next number of bytes for one object, decodes ...
    (microsoft.public.dotnet.languages.csharp)
  • fax receiving problems
    ... I'm having a problem with a fax server at one of my client ... I recently installed the SBS 2003 fax server feature with a brand new ... Receiving is a little more tricky. ... see Help and Support Center at ...
    (microsoft.public.windows.server.sbs)
  • Re: passing a NULL pointer from vb6 to an ATL method
    ... Is all this necessary if the client and server are in the same apartment? ... Dim array as Double ...
    (microsoft.public.vc.atl)
  • Re: FILE* behaviour over BSD sockets - how?
    ... I made a server side program that executes fscanf, ... The client side prints an array from the other side of the connection, ... I thought that perhaps it's something about signals. ...
    (comp.unix.programmer)