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

◆ TryUpdateContentLength()

void System.Net.FtpControlStream.TryUpdateContentLength ( string str)
inlineprivate

Definition at line 559 of file FtpControlStream.cs.

560 {
561 int num = str.LastIndexOf("(");
562 int num2 = str.IndexOf(" bytes).");
564 this._contentLength = " bytes).";
565 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.NumberFormatInfo.InvariantInfo, and j__TPar.

Referenced by System.Net.FtpControlStream.PipelineCallback().