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
getset

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 }
class f__AnonymousType0<< Count > j__TPar
WebHeaderCollection webHeaders