Exemplo n.º 1
0
            // Token: 0x060024F6 RID: 9462 RVA: 0x0007EB88 File Offset: 0x0007CD88
            protected override void vmethod_0()
            {
                Enum75 downloadMethod = this.DownloadMethod;

                if (downloadMethod == Enum75.const_1)
                {
                    this.TargetStream.Dispose();
                }
                base.vmethod_0();
            }
Exemplo n.º 2
0
 // Token: 0x06002CD2 RID: 11474 RVA: 0x000ACC6C File Offset: 0x000AAE6C
 private Class508(Uri downloadFile, Enum75 method, bool allowResuming)
 {
     method.smethod_0();
     this.DownloadMethod         = method;
     this.Target                 = downloadFile;
     this.AllowResuming          = allowResuming;
     this.FailureDelay           = 1000;
     this.DownloadAttempts       = 3;
     this.RequiresInitialization = true;
 }