How to read an incomming tcp stream untill a delimiter is found?

Posted by jaras on Stack Overflow See other posts from Stack Overflow or by jaras
Published on 2010-03-11T20:55:15Z Indexed on 2010/03/11 20:59 UTC
Read the original article Hit count: 193

Filed under:
|
|

haw do you read an incomming tcp stream until a specific delimiter is found in C#? the only possible solusion i have come up with is reading the incomming stream one byte at a time.

© Stack Overflow or respective owner

Related posts about c#

Related posts about network-programming