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

◆ TryReadFromBufferedContent()

override bool System.Net.WebResponseStream.TryReadFromBufferedContent ( byte[] buffer,
int offset,
int count,
[Out] int result )
inlineprotected

Definition at line 198 of file WebResponseStream.cs.

199 {
200 if (!this.bufferedEntireContent || this.innerStream != null)
201 {
202 }
203 bool flag;
204 return flag;
205 }

References System.Net.WebResponseStream.bufferedEntireContent, and System.Net.WebResponseStream.innerStream.