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