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

Public Member Functions

 DnsEndPoint (string host, int port)
 
 DnsEndPoint (string host, int port, global::System.Net.Sockets.AddressFamily addressFamily)
 
override bool Equals (object comparand)
 
override int GetHashCode ()
 
override string ToString ()
 
virtual SocketAddress Serialize ()
 
virtual EndPoint Create (SocketAddress socketAddress)
 

Properties

string Host [get]
 
override global::System.Net.Sockets.AddressFamily AddressFamily [get]
 
int Port [get]
 

Private Attributes

string m_Host
 
int m_Port
 
global::System.Net.Sockets.AddressFamily m_Family
 

Detailed Description

Definition at line 7 of file DnsEndPoint.cs.


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