Beispiel #1
0
    public string method_8(string string_7)
    {
        bool   flag = false;
        string text = null;

        while (!flag)
        {
            try
            {
                WebRequest object_ = Delegate155.smethod_0(string_7);
                Delegate157.smethod_0(object_, Delegate156.smethod_0());
                HttpWebResponse object_2 = (HttpWebResponse)Delegate158.smethod_0(object_);
                Stream          stream   = Delegate159.smethod_0(object_2);
                StreamReader    object_3 = Delegate28.smethod_0(stream);
                text = Delegate160.smethod_0(object_3);
                if (text != null)
                {
                    flag = true;
                }
                Delegate161.smethod_0(object_3);
                Delegate162.smethod_0(stream);
                Delegate163.smethod_0(object_2);
            }
            catch (WebException)
            {
                continue;
            }
            Delegate104.smethod_0(this.int_1);
        }
        return(text);
    }
Beispiel #2
0
 // Token: 0x0600169E RID: 5790
 // RVA: 0x0007227C File Offset: 0x0007047C
 public void method_2(Delegate28 delegate28_0)
 {
     Class238.Class239 class = this.method_5();
Beispiel #3
0
 // Token: 0x060016AA RID: 5802
 // RVA: 0x00013FF3 File Offset: 0x000121F3
 public void method_4()
 {
     this.bool_0 = false;
     this.delegate27_0 = null;
     this.object_0 = null;
     this.exception_0 = null;
     this.delegate28_0 = null;
     this.delegate29_0 = null;
     this.bool_1 = false;
 }
Beispiel #4
0
 // Token: 0x060016A6 RID: 5798
 // RVA: 0x00013FCE File Offset: 0x000121CE
 public void method_3(Delegate28 delegate28_1)
 {
     this.delegate28_0 = delegate28_1;
 }