Наследование: UnixIPInterfaceProperties
Пример #1
0
 public override IPInterfaceProperties GetIPProperties()
 {
     if (ipproperties == null)
     {
         ipproperties = new MacOsIPInterfaceProperties(this, addresses);
     }
     return(ipproperties);
 }
Пример #2
0
		public override IPInterfaceProperties GetIPProperties ()
		{
			if (ipproperties == null)
				ipproperties = new MacOsIPInterfaceProperties (this, addresses);
			return ipproperties;
		}