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

◆ Operation

Enumerator
None 
Handshake 
Authenticated 
Renegotiate 
Read 
Write 
Close 

Definition at line 1036 of file MobileAuthenticatedStream.cs.

1037 {
1038 [global::Cpp2ILInjected.Token(Token = "0x40000E0")]
1039 None,
1040 [global::Cpp2ILInjected.Token(Token = "0x40000E1")]
1041 Handshake,
1042 [global::Cpp2ILInjected.Token(Token = "0x40000E2")]
1044 [global::Cpp2ILInjected.Token(Token = "0x40000E3")]
1046 [global::Cpp2ILInjected.Token(Token = "0x40000E4")]
1047 Read,
1048 [global::Cpp2ILInjected.Token(Token = "0x40000E5")]
1049 Write,
1050 [global::Cpp2ILInjected.Token(Token = "0x40000E6")]
1051 Close
1052 }