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

◆ EndGetResponse()

override WebResponse System.Net.FileWebRequest.EndGetResponse ( IAsyncResult asyncResult)
inlinevirtual

Reimplemented from System.Net.WebRequest.

Definition at line 392 of file FileWebRequest.cs.

393 {
394 if (asyncResult != null)
395 {
396 object obj;
397 if (obj != null)
398 {
399 }
400 string @string = SR.GetString("The AsyncResult is not valid.");
401 throw new InvalidCastException();
402 }
403 throw new InvalidCastException();
404 }
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7

References SR.GetString(), and System.obj.