Пример #1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         // TODO: Sync drain with timeout if small number of bytes remaining?  This will let us re-use the connection.
         _inner.Dispose();
     }
     _disposed = true;
 }