1 type derived from GatewayIPAddressInformation
System (1)
net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs (1)
8internal class SystemGatewayIPAddressInformation:GatewayIPAddressInformation
12 references to GatewayIPAddressInformation
System (12)
net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs (12)
5public class GatewayIPAddressInformationCollection :ICollection<GatewayIPAddressInformation> 7Collection<GatewayIPAddressInformation> addresses = new Collection<GatewayIPAddressInformation>(); 13public virtual void CopyTo(GatewayIPAddressInformation[] array, int offset) { 31public virtual GatewayIPAddressInformation this[int index] 34return (GatewayIPAddressInformation)addresses[index]; 40public virtual void Add(GatewayIPAddressInformation address) { 46internal void InternalAdd(GatewayIPAddressInformation address) { 52public virtual bool Contains(GatewayIPAddressInformation address) { 57public virtual IEnumerator<GatewayIPAddressInformation> GetEnumerator() { 58return (IEnumerator<GatewayIPAddressInformation>) addresses.GetEnumerator(); 67public virtual bool Remove(GatewayIPAddressInformation address) {