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.Sockets.NetworkStream.Read ( byte[] buffer,
int offset,
int size )
inline

Definition at line 179 of file NetworkStream.cs.

180 {
181 if (!this._cleanedUp)
182 {
183 if (buffer != null)
184 {
186 int num;
187 return num;
188 }
189 }
190 else
191 {
192 Type type = base.GetType();
193 }
194 return "offset";
195 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Net.Sockets.NetworkStream._cleanedUp, System.Net.Sockets.NetworkStream._streamSocket, System.Type.GetType(), and j__TPar.