private void CompleteRead(IAsyncResult ar) { BytesRead += HttpStream.EndRead(ar); NotifyObservers(); InitializeBuffer(); BeginRead(); }