terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.IPEndPoint Class Reference
+ Inheritance diagram for System.Net.IPEndPoint:

Public Member Functions

 IPEndPoint (long address, int port)
 
 IPEndPoint (IPAddress address, int port)
 
override string ToString ()
 
override SocketAddress Serialize ()
 
override EndPoint Create (SocketAddress socketAddress)
 
override bool Equals (object comparand)
 
override int GetHashCode ()
 

Static Public Attributes

const int MinPort = 0
 
const int MaxPort = 65535
 

Static Package Attributes

const int AnyPort = 0
 
static IPEndPoint Any
 
static IPEndPoint IPv6Any
 

Properties

override global::System.Net.Sockets.AddressFamily AddressFamily [get]
 
IPAddress Address [get, set]
 
int Port [get, set]
 

Static Private Member Functions

static IPEndPoint ()
 

Private Attributes

IPAddress _address
 
int _port
 

Detailed Description

Definition at line 9 of file IPEndPoint.cs.


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