terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ReceiveState.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000148")]
8 internal class ReceiveState
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000800")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1EECBB0", Offset = "0x1EECBB0", Length = "0x98")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "ReceiveCommandResponse", ReturnType = typeof(ResponseDescription))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResponseDescription), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x4000672")]
23 private const int bufferSize = 1024;
24
25 [global::Cpp2ILInjected.Token(Token = "0x4000673")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
28
29 [global::Cpp2ILInjected.Token(Token = "0x4000674")]
30 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
31 internal int ValidThrough;
32
33 [global::Cpp2ILInjected.Token(Token = "0x4000675")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
35 internal byte[] Buffer;
36
37 [global::Cpp2ILInjected.Token(Token = "0x4000676")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
40 }
41}
class f__AnonymousType0<< Count > j__TPar
CommandStream Connection
ResponseDescription Resp
ReceiveState(CommandStream connection)