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
TransportType.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Net
5
{
6
[global::Cpp2ILInjected.Token(
Token
=
"0x20001C7"
)]
7
public
enum
TransportType
8
{
9
[global::Cpp2ILInjected.Token(
Token
=
"0x4000990"
)]
10
Udp
= 1,
11
[global::Cpp2ILInjected.Token(
Token
=
"0x4000991"
)]
12
Connectionless
= 1,
13
[global::Cpp2ILInjected.Token(
Token
=
"0x4000992"
)]
14
Tcp
,
15
[global::Cpp2ILInjected.Token(
Token
=
"0x4000993"
)]
16
ConnectionOriented
= 2,
17
[global::Cpp2ILInjected.Token(
Token
=
"0x4000994"
)]
18
All
19
}
20
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Net.TransportType
TransportType
Definition
TransportType.cs:8
System.Net.TransportType.Tcp
@ Tcp
System.Net.TransportType.Connectionless
@ Connectionless
System.Net.TransportType.Udp
@ Udp
System.Net.TransportType.All
@ All
System.Net.TransportType.ConnectionOriented
@ ConnectionOriented
System.Net.BufferType.Token
@ Token
System.Net
Definition
AuthenticationManager.cs:9
System
Definition
__Il2CppComDelegate.cs:6
source
System
Net
TransportType.cs
Generated by
1.10.0