private void BeginRead() { if (HttpStream.CanRead && Running) { HttpStream.BeginRead(ReadBuffer, BytesRead, 2048, CompleteRead, null); } }