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