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

◆ PostSendCommandProcessing()

bool System.Net.CommandStream.PostSendCommandProcessing ( Stream stream)
inlineprivateinherited

Definition at line 218 of file CommandStream.cs.

219 {
220 if (this._doRead)
221 {
222 bool isAsync = this._isAsync;
223 CommandStream.PipelineEntry[] commands = this._commands;
224 ResponseDescription responseDescription = this.ReceiveCommandResponse();
225 int num;
226 if (isAsync)
227 {
228 num = 1;
229 }
231 }
232 return this.PostReadCommandProcessing(stream);
233 }
class f__AnonymousType0<< Count > j__TPar
CommandStream.PipelineEntry[] _commands
bool PostReadCommandProcessing(Stream stream)
ResponseDescription ReceiveCommandResponse()

References System.Net.CommandStream._commands, System.Net.CommandStream._doRead, System.Net.CommandStream._isAsync, j__TPar, System.Net.CommandStream.PostReadCommandProcessing(), and System.Net.CommandStream.ReceiveCommandResponse().