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
◆
Connection
string System.Net.HttpWebRequest.Connection
get
set
Definition at line
297
of file
HttpWebRequest.cs
.
298
{
299
get
300
{
301
return
this.
webHeaders
[
"Connection"
];
302
}
303
set
304
{
305
this.
CheckRequestStarted
();
306
bool
flag =
string
.IsNullOrWhiteSpace(
value
);
307
WebHeaderCollection
webHeaderCollection
= this.
webHeaders
;
308
}
309
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.HttpWebRequest.webHeaders
WebHeaderCollection webHeaders
Definition
HttpWebRequest.cs:1889
System.Net.HttpWebRequest.CheckRequestStarted
void CheckRequestStarted()
Definition
HttpWebRequest.cs:1573
System.ExceptionArgument.value
@ value
System
Net
HttpWebRequest
Generated by
1.10.0