How to read an incoming tcp stream until 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 21:09 UTC
Read the original article Hit count: 156

Filed under:
|
|

How do you read an incoming tcp stream until a specific delimiter is found in C#? The only possible solution I have come up with is reading the incoming stream one byte at a time.

© Stack Overflow or respective owner

Related posts about c#

Related posts about network-programming