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

◆ UploadDataInternal()

byte[] System.Net.WebClient.UploadDataInternal ( global::System::Uri address,
string method,
byte[] data,
[Out] WebRequest request )
inlineprivate

Definition at line 969 of file WebClient.cs.

970 {
971 this._method = method;
972 global::System.Uri uri = this.GetUri(address);
973 this._webRequest = this;
974 byte[] array;
975 return array;
976 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri GetUri(string address)

References System.array, System.Net.WebClient.GetUri(), and j__TPar.