Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Dear all,I had written a webserver use HttpListener, when i respon data to client, some time it show error: System.Net.HttpListenerException (0x80004005): The specified network name is no longer available
at System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)


The buffer(100K) send back to client,some time will happen this,not very often.

Can anyone give me a help or suggestion?
Thanks very much.
Posted
Comments
Sergey Alexandrovich Kryukov 21-May-14 1:19am    
If this is all the information you wanted to provide, hardly... :-)
You would need to develop some comprehensive but short code sample manifesting the problem. Please see: http://www.sscce.org
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900