terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FileWebRequest() [2/3]

System.Net.FileWebRequest.FileWebRequest ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprotected

Definition at line 31 of file FileWebRequest.cs.

32 {
33 int num = 34464;
34 this.m_timeout = num;
35 this.m_method = "GET";
36 if ("GET" == null)
37 {
38 }
40 if ("GET" == null)
41 {
42 }
43 object obj;
44 if (obj != null)
45 {
47 return;
48 }
49 Type type;
50 object value = serializationInfo.GetValue("proxy", type);
51 if (value != null)
52 {
53 if (value != null)
54 {
56 if (value != null)
57 {
58 goto IL_0061;
59 }
60 }
61 throw new InvalidCastException();
62 }
63 IL_0061:
64 Type type2;
65 object value2 = serializationInfo.GetValue("uri", type2);
66 if (value2 != null)
67 {
69 throw new InvalidCastException();
70 }
71 string @string = serializationInfo.GetString("connectionGroupName");
73 string string2 = serializationInfo.GetString("method");
75 long @int = serializationInfo.GetInt64("contentLength");
77 int int2 = serializationInfo.GetInt32("timeout");
79 int int3 = serializationInfo.GetInt32("fileAccess");
81 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.obj, and System.value.