Search results for query: *

  1. D

    How to abort a thread which is reading from a networkstream?

    Hi, hmmm I think, I din't get what you mean with: I'm trying to Abort the blocked thread (which is waiting for some Data in myStreamReader.ReadLine()) from the main-program. But the tread still waits for some data :( And the expected "ThreadAbortException" will not raise :( So how can I stop...
  2. D

    How to abort a thread which is reading from a networkstream?

    Hi, I've the following problem: I've a main thread, that creates another thread that has an open connection and is waiting for a response. (In particular: is waiting for a string with a newline at the end) While this thread is waiting for that line, I want to kill that thread from the...
Back
Top