System.Net.NetworkInformation.LinuxNetworkInterface.LinuxNetworkInterface C# (CSharp) Метод

LinuxNetworkInterface() приватный Метод

private LinuxNetworkInterface ( string name ) : System.Collections.Generic
name string
Результат System.Collections.Generic
        internal LinuxNetworkInterface(string name) : base(name)
        {
            _operationalStatus = GetOperationalStatus(name);
            _supportsMulticast = GetSupportsMulticast(name);
            _speed = GetSpeed(name);
            _ipProperties = new LinuxIPInterfaceProperties(this);
        }