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

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
 

Detailed Description

Definition at line 5 of file IPPacketInformation.cs.


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