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

LinuxNetworkInterface() private method

private LinuxNetworkInterface ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        internal LinuxNetworkInterface(string name) : base(name)
        {
            _operationalStatus = GetOperationalStatus(name);
            _supportsMulticast = GetSupportsMulticast(name);
            _speed = GetSpeed(name);
            _ipProperties = new LinuxIPInterfaceProperties(this);
        }