1 instantiation of GatewayIPAddressInformationCollection
System (1)
net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs (1)
24GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection();
5 references to GatewayIPAddressInformationCollection
System (5)
net\System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
32public abstract GatewayIPAddressInformationCollection GatewayAddresses{get;}
net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs (2)
23internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAddressCollection addresses) { 24GatewayIPAddressInformationCollection gatewayList = new GatewayIPAddressInformationCollection();
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
33private GatewayIPAddressInformationCollection gatewayAddresses; 124public override GatewayIPAddressInformationCollection GatewayAddresses{