Пример #1
0
 /// Returns objects that describe the network interfaces on the local computer.
 public static NetworkInterface[] GetAllNetworkInterfaces()
 {
     return(BsdNetworkInterface.GetBsdNetworkInterfaces());
 }
 public BsdIPv6InterfaceProperties(BsdNetworkInterface oni, int mtu)
     : base(oni)
 {
     _mtu = mtu;
 }