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

◆ ThrowIfClosedOrDisposed() [2/2]

void System.Net.WebOperation.ThrowIfClosedOrDisposed ( CancellationToken cancellationToken)
inlinepackage

Definition at line 225 of file WebOperation.cs.

226 {
227 bool aborted = this.Aborted;
228 if (this.closedInfo == null)
229 {
230 }
231 }
ExceptionDispatchInfo closedInfo

References System.Net.WebOperation.Aborted, and System.Net.WebOperation.closedInfo.