Example #1
0
 // Closes the stream, changes the ReadState to Closed, and sets all the properties back to zero.
 public override void Close()
 {
     _coreReader.Close();
     _cacheState = CachingReaderState.ReaderClosed;
 }
Example #2
0
 public override void Close()
 {
     CheckAsync();
     _coreReader.Close();
 }