Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jouhou
  • Content: Threads
  • Order by date
  1. jouhou

    Blocking StreamReader.Read(...) in C#

    Hi,im trying to implement unblocking reading from network stream, this causes me headaches: StreamReader sr = new StreamReader(layer); ret = sr.Read(buffer, 0, 1024); Reads first 47 chars from network stream, it is end of line. Next attempt will end in indefinite block. Any attempt of...

Part and Inventory Search

Back
Top