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

◆ Write() [1/2]

override void System.Net.Sockets.NetworkStream.Write ( byte[] buffer,
int offset,
int size )
inline

Definition at line 212 of file NetworkStream.cs.

213 {
214 if (this._cleanedUp)
215 {
216 Type type = base.GetType();
217 return;
218 }
219 if (buffer != null)
220 {
222 return;
223 }
224 }
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.