Ejemplo n.º 1
0
 public OsxIpInterfaceProperties(OsxNetworkInterface oni, int mtu) : base(oni)
 {
     _ipv4Properties = new OsxIPv4InterfaceProperties(oni, mtu);
     _ipv6Properties = new OsxIPv6InterfaceProperties(oni, mtu);
     _gatewayAddresses = GetGatewayAddresses(oni.Index);
 }
Ejemplo n.º 2
0
 public OsxIpInterfaceProperties(OsxNetworkInterface oni, int mtu) : base(oni)
 {
     _ipv4Properties   = new OsxIPv4InterfaceProperties(oni, mtu);
     _ipv6Properties   = new OsxIPv6InterfaceProperties(oni, mtu);
     _gatewayAddresses = GetGatewayAddresses(oni.Index);
 }