1 write to _gatewayAddresses
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
23
_gatewayAddresses
= GetGatewayAddresses(systemProperties);
1 reference to _gatewayAddresses
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (1)
38
public override GatewayIPAddressInformationCollection GatewayAddresses { get { return
_gatewayAddresses
; } }