hi man when i use simple proxy it working fine but after some mints i always get that exception
Quote:
[AgentRemoteThread] Exception: System.IO.IOException: Unable to write data to th
e transport connection: An established connection was aborted by the software in
your host machine. ---> System.Net.Sockets.SocketException: An established conn
ection was aborted by the software in your host machine
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, So
cketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32
size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32
size)
at Test.Program.AgentRemoteThread() in D:\Test\Test\Program.cs:line 3
29
|
when usint try catch at this part
i got that excpetion message
Quote:
Unable to write data to the transport connection: An established connection was
aborted by the software in your host machine.
|