메소드 | 설명 | |
---|---|---|
GetActiveTcpConnections ( ) : TcpConnectionInformation[] | ||
GetActiveTcpListeners ( ) : IPEndPoint[] | ||
GetActiveUdpListeners ( ) : IPEndPoint[] | ||
GetIPv4GlobalStatistics ( ) : IPGlobalStatistics | ||
GetIPv6GlobalStatistics ( ) : IPGlobalStatistics | ||
GetIcmpV4Statistics ( ) : IcmpV4Statistics | ||
GetIcmpV6Statistics ( ) : IcmpV6Statistics | ||
GetTcpIPv4Statistics ( ) : TcpStatistics | ||
GetTcpIPv6Statistics ( ) : TcpStatistics | ||
GetUdpIPv4Statistics ( ) : UdpStatistics | ||
GetUdpIPv6Statistics ( ) : UdpStatistics |
메소드 | 설명 | |
---|---|---|
FillTcpTable ( List |
||
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 |
public GetActiveTcpConnections ( ) : TcpConnectionInformation[] | ||
리턴 | TcpConnectionInformation[] |
public GetIPv4GlobalStatistics ( ) : IPGlobalStatistics | ||
리턴 | IPGlobalStatistics |
public GetIPv6GlobalStatistics ( ) : IPGlobalStatistics | ||
리턴 | IPGlobalStatistics |