System.Net.NetworkInformation.UnixIPInterfaceProperties.UnixIPInterfaceProperties C# (CSharp) Method

UnixIPInterfaceProperties() public method

public UnixIPInterfaceProperties ( UnixNetworkInterface iface, List addresses ) : System.Collections.Generic
iface UnixNetworkInterface
addresses List
return System.Collections.Generic
		public UnixIPInterfaceProperties (UnixNetworkInterface iface, List <IPAddress> addresses)
		{
			this.iface = iface;
			this.addresses = addresses;
		}