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.IPEndPoint Class Reference
+ Inheritance diagram for System.Net.IPEndPoint:
+ Collaboration 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 AddressFamily AddressFamily [get, set]
 
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 13 of file IPEndPoint.cs.


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