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

◆ OpenWrite() [2/4]

Stream System.Net.WebClient.OpenWrite ( global::System::Uri address,
string method )
inline

Definition at line 910 of file WebClient.cs.

911 {
912 if (!true)
913 {
914 }
915 WebClient.ThrowIfNull(address, "address");
916 string text;
917 if (method == null)
918 {
919 text = this.MapToDefaultMethod(address);
920 }
921 this.StartOperation();
923 global::System.Uri uri = this.GetUri(address);
924 this._webRequest = this;
925 int num = Interlocked.Decrement(-1073741824);
926 return -1073741824;
927 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri GetUri(string address)
string MapToDefaultMethod(global::System.Uri address)
static int Decrement(int location)

References System.Threading.Interlocked.Decrement(), System.Net.WebClient.GetUri(), j__TPar, System.Net.WebClient.MapToDefaultMethod(), System.Net.WebClient.StartOperation(), System.text, and System.Net.WebClient.ThrowIfNull().