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

◆ TransferEncoding

string System.Net.HttpWebRequest.TransferEncoding
getset

Definition at line 940 of file HttpWebRequest.cs.

941 {
942 get
943 {
944 return this.webHeaders["Transfer-Encoding"];
945 }
946 set
947 {
948 this.CheckRequestStarted();
949 bool flag = string.IsNullOrWhiteSpace(value);
950 this.webHeaders.RemoveInternal("Transfer-Encoding");
951 }
952 }
WebHeaderCollection webHeaders

Referenced by System.Net.HttpWebRequest.BeginGetResponse(), and System.Net.HttpWebRequest.MyGetRequestStreamAsync().