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

◆ Read() [1/2]

override int System.Net.FtpDataStream.Read ( byte[] buffer,
int offset,
int size )
inline

Definition at line 220 of file FtpDataStream.cs.

221 {
222 this.CheckError();
223 if (this._networkStream == null)
224 {
225 int num = 1;
226 this._isFullyRead = num != 0;
227 }
228 this.CheckError();
229 throw new OutOfMemoryException();
230 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.NetworkStream _networkStream

References System.Net.FtpDataStream._networkStream, System.Net.FtpDataStream.CheckError(), and j__TPar.