StreamReader.ReadToEnd



I'm curious - does StreamReader.ReadToEnd() handle chunk loading of
data or does it block until the whole stream is loaded? I've been use
to handling the buffer myself but I'm thinking maybe this is a quicker
way of doing it. In particular I want to ensure the UI doesn't hang
whilst loading, for example on a progress bar.

Thanks

.


Loading