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 | |
SocketAddress (global::System.Net.Sockets.AddressFamily family) | |
SocketAddress (global::System.Net.Sockets.AddressFamily family, int size) | |
override bool | Equals (object comparand) |
override int | GetHashCode () |
override string | ToString () |
Package Functions | |
SocketAddress (IPAddress ipAddress) | |
SocketAddress (IPAddress ipaddress, int port) | |
IPAddress | GetIPAddress () |
IPEndPoint | GetIPEndPoint () |
void | CopyAddressSizeIntoBuffer () |
int | GetAddressSizeOffset () |
unsafe void | SetSize (IntPtr ptr) |
Package Attributes | |
int | m_Size |
byte[] | m_Buffer |
Static Package Attributes | |
const int | IPv6AddressSize = 28 |
const int | IPv4AddressSize = 16 |
Properties | |
global::System.Net.Sockets.AddressFamily | Family [get] |
int | Size [get] |
byte | this[int offset] [get, set] |
Private Attributes | |
bool | m_changed |
int | m_hash |
Static Private Attributes | |
const int | WriteableOffset = 2 |
const int | MaxSize = 32 |
Definition at line 8 of file SocketAddress.cs.