terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
UdpReceiveResult (byte[] buffer, IPEndPoint remoteEndPoint) | |
override int | GetHashCode () |
override bool | Equals (object obj) |
bool | Equals (UdpReceiveResult other) |
bool | Equals (T other) |
Properties | |
byte[] | Buffer [get] |
IPEndPoint | RemoteEndPoint [get] |
Private Attributes | |
byte[] | m_buffer |
IPEndPoint | m_remoteEndPoint |
Definition at line 7 of file UdpReceiveResult.cs.