///<inheritdoc />
 public override void EndWrite(IAsyncResult asyncResult)
 {
     ThrowIfDisposed();
     UnderlyingStream.EndWrite(asyncResult);
 }