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