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

상속: IPGlobalProperties
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
GetActiveTcpConnections ( ) : TcpConnectionInformation[]
GetActiveTcpListeners ( ) : IPEndPoint[]
GetActiveUdpListeners ( ) : IPEndPoint[]
GetIPv4GlobalStatistics ( ) : IPGlobalStatistics
GetIPv6GlobalStatistics ( ) : IPGlobalStatistics
GetIcmpV4Statistics ( ) : IcmpV4Statistics
GetIcmpV6Statistics ( ) : IcmpV6Statistics
GetTcpIPv4Statistics ( ) : TcpStatistics
GetTcpIPv6Statistics ( ) : TcpStatistics
GetUdpIPv4Statistics ( ) : UdpStatistics
GetUdpIPv6Statistics ( ) : UdpStatistics

비공개 메소드들

메소드 설명
FillTcpTable ( List &tab4, List &tab6 ) : void
GetIPStatisticsEx ( Win32_MIB_IPSTATS &pStats, int dwFamily ) : int
GetIcmpStatistics ( Win32_MIBICMPINFO &pStats, int dwFamily ) : int
GetIcmpStatisticsEx ( Win32_MIB_ICMP_EX &pStats, int dwFamily ) : int
GetTcp6Table ( byte TcpTable, int &SizePointer, bool Order ) : int
GetTcpStatisticsEx ( Win32_MIB_TCPSTATS &pStats, int dwFamily ) : int
GetTcpTable ( byte pTcpTable, int &pdwSize, bool bOrder ) : int
GetUdp6Table ( byte Udp6Table, int &SizePointer, bool Order ) : int
GetUdpStatisticsEx ( Win32_MIB_UDPSTATS &pStats, int dwFamily ) : int
GetUdpTable ( byte pUdpTable, int &pdwSize, bool bOrder ) : int
IsListenerState ( TcpState state ) : bool

메소드 상세

GetActiveTcpConnections() 공개 메소드

public GetActiveTcpConnections ( ) : TcpConnectionInformation[]
리턴 TcpConnectionInformation[]

GetActiveTcpListeners() 공개 메소드

public GetActiveTcpListeners ( ) : IPEndPoint[]
리턴 IPEndPoint[]

GetActiveUdpListeners() 공개 메소드

public GetActiveUdpListeners ( ) : IPEndPoint[]
리턴 IPEndPoint[]

GetIPv4GlobalStatistics() 공개 메소드

public GetIPv4GlobalStatistics ( ) : IPGlobalStatistics
리턴 IPGlobalStatistics

GetIPv6GlobalStatistics() 공개 메소드

public GetIPv6GlobalStatistics ( ) : IPGlobalStatistics
리턴 IPGlobalStatistics

GetIcmpV4Statistics() 공개 메소드

public GetIcmpV4Statistics ( ) : IcmpV4Statistics
리턴 IcmpV4Statistics

GetIcmpV6Statistics() 공개 메소드

public GetIcmpV6Statistics ( ) : IcmpV6Statistics
리턴 IcmpV6Statistics

GetTcpIPv4Statistics() 공개 메소드

public GetTcpIPv4Statistics ( ) : TcpStatistics
리턴 TcpStatistics

GetTcpIPv6Statistics() 공개 메소드

public GetTcpIPv6Statistics ( ) : TcpStatistics
리턴 TcpStatistics

GetUdpIPv4Statistics() 공개 메소드

public GetUdpIPv4Statistics ( ) : UdpStatistics
리턴 UdpStatistics

GetUdpIPv6Statistics() 공개 메소드

public GetUdpIPv6Statistics ( ) : UdpStatistics
리턴 UdpStatistics