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

◆ OperationType

Enumerator
Read 
Write 
Renegotiate 
Shutdown 

Definition at line 1055 of file MobileAuthenticatedStream.cs.

1056 {
1057 [global::Cpp2ILInjected.Token(Token = "0x40000E8")]
1058 Read,
1059 [global::Cpp2ILInjected.Token(Token = "0x40000E9")]
1060 Write,
1061 [global::Cpp2ILInjected.Token(Token = "0x40000EA")]
1063 [global::Cpp2ILInjected.Token(Token = "0x40000EB")]
1064 Shutdown
1065 }