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

◆ b__179_0()

void< UploadStringAsync > System.Net.WebClient.b__179_0 ( byte[] bytesResult,
Exception error,
global::System::ComponentModel::AsyncOperation uploadAsyncOp )
inlineprivate

Definition at line 2214 of file WebClient.cs.

2215 {
2216 if (bytesResult != null && error == null)
2217 {
2219 string stringUsingEncoding = this.GetStringUsingEncoding(webRequest, bytesResult);
2220 }
2222 bool canceled = this._canceled;
2223 object userSuppliedState = uploadAsyncOp._userSuppliedState;
2224 }
class f__AnonymousType0<< Count > j__TPar
WebRequest _webRequest
string GetStringUsingEncoding(WebRequest request, byte[] data)
SendOrPostCallback _uploadStringOperationCompleted

References System.Net.WebClient._canceled, System.Net.WebClient._uploadStringOperationCompleted, System.Net.WebClient._webRequest, System.Net.WebClient.GetStringUsingEncoding(), and j__TPar.