1 write to networkInterface
System (1)
net\System\Net\Sockets\IPPacketInformation.cs (1)
18this.networkInterface = networkInterface;
4 references to networkInterface
System (4)
net\System\Net\Sockets\IPPacketInformation.cs (4)
29return networkInterface; 53if (address.Equals(obj.address) && networkInterface == obj.networkInterface) 60return address.GetHashCode() + networkInterface.GetHashCode();