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.Sockets.UdpReceiveResult Struct Reference
+ Inheritance diagram for System.Net.Sockets.UdpReceiveResult:
+ Collaboration diagram for System.Net.Sockets.UdpReceiveResult:

Public Member Functions

 UdpReceiveResult (byte[] buffer, IPEndPoint remoteEndPoint)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (UdpReceiveResult other)
 
bool Equals (T other)
 

Properties

byte[] Buffer [get, set]
 
IPEndPoint RemoteEndPoint [get, set]
 

Private Attributes

byte[] m_buffer
 
IPEndPoint m_remoteEndPoint
 

Detailed Description

Definition at line 8 of file UdpReceiveResult.cs.


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