C# 클래스 System.Net.NetworkInformation.LinuxNetworkInterface

Implements a NetworkInterface on Linux.
상속: UnixNetworkInterface
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetIPProperties ( ) : IPInterfaceProperties
GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
GetLinuxNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]

비공개 메소드들

메소드 설명
GetOperationalStatus ( string name ) : OperationalStatus
GetOrCreate ( LinuxNetworkInterface>.Dictionary interfaces, string name ) : LinuxNetworkInterface

Gets or creates a LinuxNetworkInterface, based on whether it already exists in the given Dictionary. If created, it is added to the Dictionary.

GetSpeed ( string name ) : long?
GetSupportsMulticast ( string name ) : bool?
LinuxNetworkInterface ( string name ) : System.Collections.Generic
MapState ( string state ) : OperationalStatus

메소드 상세

GetIPProperties() 공개 메소드

public GetIPProperties ( ) : IPInterfaceProperties
리턴 IPInterfaceProperties

GetIPStatistics() 공개 메소드

public GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
리턴 System.Net.NetworkInformation.IPInterfaceStatistics

GetIPv4Statistics() 공개 메소드

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
리턴 IPv4InterfaceStatistics

GetLinuxNetworkInterfaces() 공개 정적인 메소드

public static GetLinuxNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
리턴 System.Net.NetworkInformation.NetworkInterface[]