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

Public Member Functions

 DnsEndPoint (string host, int port)
 
 DnsEndPoint (string host, int port, AddressFamily addressFamily)
 
override bool Equals ([NotNullWhen(true)] object? comparand)
 
override int GetHashCode ()
 
override string ToString ()
 
virtual SocketAddress Serialize ()
 
virtual EndPoint Create (SocketAddress socketAddress)
 

Properties

string Host [get]
 
override AddressFamily AddressFamily [get]
 
int Port [get]
 

Private Attributes

readonly string _host
 
readonly int _port
 
readonly AddressFamily _family
 

Detailed Description

Definition at line 6 of file DnsEndPoint.cs.


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