Re: question about class Socket
- From: "Vadym Stetsyak" <vadym_s@xxxxxxx>
- Date: Tue, 21 Feb 2006 16:35:50 +0200
Hello, wukun!
w> the two code fragments at the end of this letter are from msdn, they
w> work correctly, but can I receive all binary data without depending on
w> the "<EOF>" tag.
Sender must somehow specify that he sent all the data, right?
Sender can either close connection after send is completed or establish some special format of data, that
receiver will understand ( in this case connection can remain opened ).
w> if the client code use method SendFile(),the server receive data
w> correctly, but if the client code send data asynchronously, just like
w> the code in this letter, it doesn't work too. tell me what's wrong.
What do you mean by 'doesn't work too'? Any exceptions, errors?
Describe the problem more precisely...
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
- References:
- Re: question about class Socket
- From: Vadym Stetsyak
- Re: question about class Socket
- From: wukun
- Re: question about class Socket
- From: Vadym Stetsyak
- Re: question about class Socket
- From: wukun
- Re: question about class Socket
- Prev by Date: Cannot read in the keys from app.config (.NET 2.0)
- Next by Date: Re: porting java 2 dotnet (any idea)
- Previous by thread: Re: question about class Socket
- Next by thread: Re: question about class Socket
- Index(es):
Relevant Pages
|