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.Sockets.UdpReceiveResult Struct Reference
+ Inheritance 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]
 
IPEndPoint RemoteEndPoint [get]
 

Private Attributes

byte[] m_buffer
 
IPEndPoint m_remoteEndPoint
 

Detailed Description

Definition at line 7 of file UdpReceiveResult.cs.


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