Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.IPEndPoint Class Reference

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 ([NotNullWhen(true)] object? comparand)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool TryParse (string s, [NotNullWhen(true)] out IPEndPoint? result)
 
static bool TryParse (ReadOnlySpan< char > s, [NotNullWhen(true)] out IPEndPoint? result)
 
static IPEndPoint Parse (string s)
 
static IPEndPoint Parse (ReadOnlySpan< char > s)
 

Static Public Attributes

const int MinPort = 0
 
const int MaxPort = 65535
 

Properties

override AddressFamily AddressFamily [get]
 
IPAddress Address [get, set]
 
int Port [get, set]
 

Private Attributes

IPAddress _address
 
int _port
 

Detailed Description

Definition at line 7 of file IPEndPoint.cs.


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