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

◆ ReceiveCommandResponse()

ResponseDescription System.Net.CommandStream.ReceiveCommandResponse ( )
inlineprivateinherited

Definition at line 279 of file CommandStream.cs.

280 {
281 string buffer = this._buffer;
282 bool isAsync = this._isAsync;
283 if (isAsync)
284 {
285 if (!isAsync)
286 {
287 }
288 }
289 if (this == null)
290 {
291 base.CloseSocket();
292 }
293 throw new OutOfMemoryException();
294 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.CommandStream._buffer, System.Net.CommandStream._isAsync, and j__TPar.

Referenced by System.Net.CommandStream.PostSendCommandProcessing().