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

◆ InternalWrite()

void System.Net.ResponseStream.InternalWrite ( byte[] buffer,
int offset,
int count )
inlinepackage

Definition at line 169 of file ResponseStream.cs.

170 {
171 Stream stream = this.stream;
172 if (this.ignore_errors)
173 {
174 return;
175 }
176 }

References System.Net.ResponseStream.ignore_errors, and System.Net.ResponseStream.stream.