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

◆ CheckContinuePipeline()

void System.Net.CommandStream.CheckContinuePipeline ( )
inlinepackageinherited

Definition at line 164 of file CommandStream.cs.

165 {
166 if (!this._isAsync)
167 {
168 Stream stream = this.ContinueCommandPipeline();
169 }
170 }

References System.Net.CommandStream._isAsync, and System.Net.CommandStream.ContinueCommandPipeline().