Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Equals ([NotNullWhen(true)] object? comparand) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (IPPacketInformation packetInformation1, IPPacketInformation packetInformation2) |
static bool | operator!= (IPPacketInformation packetInformation1, IPPacketInformation packetInformation2) |
Package Functions | |
IPPacketInformation (IPAddress address, int networkInterface) | |
Properties | |
IPAddress | Address [get] |
int | Interface [get] |
Private Attributes | |
readonly IPAddress | _address |
readonly int | _networkInterface |
Definition at line 5 of file IPPacketInformation.cs.