Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file UdpReceiveResult.cs.