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

상속: NetworkInterface
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetBestInterfaceForAddress int
GetNetworkInterfaces System.Net.NetworkInformation.NetworkInterface[]
InternalGetIsNetworkAvailable bool
SystemNetworkInterface Microsoft.Win32.SafeHandles

공개 메소드들

메소드 설명
GetIPProperties ( ) : IPInterfaceProperties
GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool

비공개 메소드들

메소드 설명
GetBestInterfaceForAddress ( IPAddress addr ) : int
GetNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
InternalGetIsNetworkAvailable ( ) : bool
SystemNetworkInterface ( System.Net.Interop fixedInfo, System.Net.Interop ipAdapterAddresses ) : Microsoft.Win32.SafeHandles

메소드 상세

GetIPProperties() 공개 메소드

public GetIPProperties ( ) : IPInterfaceProperties
리턴 IPInterfaceProperties

GetIPStatistics() 공개 메소드

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

GetIPv4Statistics() 공개 메소드

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
리턴 IPv4InterfaceStatistics

GetPhysicalAddress() 공개 메소드

public GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
리턴 System.Net.NetworkInformation.PhysicalAddress

Supports() 공개 메소드

public Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool
networkInterfaceComponent NetworkInterfaceComponent
리턴 bool