示例#1
0
 // Token: 0x060008D2 RID: 2258 RVA: 0x00039D50 File Offset: 0x00037F50
 public Class_239(Class_244 arg_0, Class_238 arg_1)
 {
     if (arg_0 == null)
     {
         throw new ArgumentNullException("options");
     }
     if (arg_1 == null)
     {
         throw new ArgumentNullException("webClient");
     }
     this.field_2        = arg_0;
     this.field_3        = arg_1;
     this.field_3.prop_0 = arg_0.prop_3;
 }
示例#2
0
 // Token: 0x060008D0 RID: 2256 RVA: 0x00039D1E File Offset: 0x00037F1E
 public Class_239(Class_244 arg_0) : this(arg_0, new Class_250(-1, null))
 {
 }