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

◆ ContinueCommandPipeline()

Stream System.Net.CommandStream.ContinueCommandPipeline ( )
inlineprotectedinherited

Definition at line 173 of file CommandStream.cs.

174 {
175 bool isAsync = this._isAsync;
176 CommandStream.PipelineEntry[] commands = this._commands;
178 if (this._doSend)
179 {
180 Encoding encoding = this._encoding;
181 string command = commands.Command;
182 int stringLength = this._commands.Command._stringLength;
184 int num = 32;
185 string text;
186 int num2 = text.IndexOf((char)num);
187 long num3 = 0L;
188 string text2 = text.Substring((int)num3, num2) + " ********";
189 if (flags2 == (CommandStream.PipelineEntryFlags)0)
190 {
191 }
192 bool isEnabled = NetEventSource.IsEnabled;
193 if (text2 != null && text2 == null)
194 {
195 goto IL_00C3;
196 }
198 NetEventSource.Info(this, formattableString, "ContinueCommandPipeline");
199 if (isAsync)
200 {
201 CodePageDataItem dataItem = encoding.dataItem;
202 goto IL_00C0;
203 }
205 }
206 long num4 = 0L;
207 Monitor.Exit(this);
208 if (num4 != 0L)
209 {
210 throw new OutOfMemoryException();
211 }
212 IL_00C0:
213 IL_00C3:
214 throw new ArrayTypeMismatchException();
215 }
class f__AnonymousType0<< Count > j__TPar
CommandStream.PipelineEntry[] _commands
CodePageDataItem dataItem
Definition Encoding.cs:1017
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.CommandStream._commands, System.Net.CommandStream._doSend, System.Net.CommandStream._encoding, System.Net.CommandStream._isAsync, System.Text.Encoding.dataItem, System.Threading.Monitor.Exit(), System.Net.NetEventSource.Info(), System.Net.NetEventSource.IsEnabled, j__TPar, System.L, and System.text.

Referenced by System.Net.CommandStream.CheckContinuePipeline(), and System.Net.CommandStream.SubmitRequest().