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
System.Net.SocketAddress Class Reference
+ Collaboration diagram for System.Net.SocketAddress:

Public Member Functions

 SocketAddress (AddressFamily family)
 
 SocketAddress (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

AddressFamily Family [get, set]
 
int Size [get, set]
 
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
 

Detailed Description

Definition at line 11 of file SocketAddress.cs.


The documentation for this class was generated from the following file: