Amazon.EC2.Util.NetworkInterface.NetworkInterface C# (CSharp) Method

NetworkInterface() public method

Construct an instance of NetworkInterface
public NetworkInterface ( string macAddress ) : System
macAddress string
return System
        public NetworkInterface(string macAddress)
        {
            _mac = macAddress;
            _path = string.Format(CultureInfo.InvariantCulture, "/network/interfaces/macs/{0}/", _mac);
        }

Same methods

NetworkInterface::NetworkInterface ( ) : System