Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Sockets.UdpReceiveResult Struct Reference

Public Member Functions

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

Static Public Member Functions

static bool operator== (UdpReceiveResult left, UdpReceiveResult right)
 
static bool operator!= (UdpReceiveResult left, UdpReceiveResult right)
 

Properties

byte[] Buffer [get]
 
IPEndPoint RemoteEndPoint [get]
 

Private Attributes

readonly byte[] _buffer
 
readonly IPEndPoint _remoteEndPoint
 

Detailed Description

Definition at line 5 of file UdpReceiveResult.cs.


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