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

◆ HttpWebResponse() [4/4]

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

Definition at line 67 of file HttpWebResponse.cs.

68 {
69 int num = 1;
70 base..ctor();
71 if (num == 0)
72 {
73 }
74 Type type;
75 object value = serializationInfo.GetValue("uri", type);
76 if (value != null)
77 {
79 return;
80 }
81 long @int = serializationInfo.GetInt64("contentLength");
82 this.contentLength = @int;
83 string @string = serializationInfo.GetString("contentType");
84 this.contentType = @string;
85 string string2 = serializationInfo.GetString("method");
87 string string3 = serializationInfo.GetString("statusDescription");
89 object obj;
90 if (obj != null)
91 {
93 return;
94 }
95 Type type2;
96 object value2 = serializationInfo.GetValue("version", type2);
97 if (value2 != null)
98 {
100 return;
101 }
102 Type type3;
103 object value3 = serializationInfo.GetValue("statusCode", type3);
104 }
class f__AnonymousType0<< Count > j__TPar

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