|
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
|
Inheritance diagram for System.Net.Sockets.UdpReceiveResult:
Collaboration diagram for System.Net.Sockets.UdpReceiveResult: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, set] |
| IPEndPoint | RemoteEndPoint [get, set] |
Private Attributes | |
| byte[] | m_buffer |
| IPEndPoint | m_remoteEndPoint |
Definition at line 8 of file UdpReceiveResult.cs.