Метод | Описание | |
---|---|---|
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 GetActiveTcpListeners ( ) : IPEndPoint[] | ||
Результат | IPEndPoint[] |
public GetActiveUdpListeners ( ) : IPEndPoint[] | ||
Результат | IPEndPoint[] |
public GetIPv4GlobalStatistics ( ) : IPGlobalStatistics | ||
Результат | IPGlobalStatistics |
public GetIPv6GlobalStatistics ( ) : IPGlobalStatistics | ||
Результат | IPGlobalStatistics |
public GetIcmpV4Statistics ( ) : IcmpV4Statistics | ||
Результат | IcmpV4Statistics |
public GetIcmpV6Statistics ( ) : IcmpV6Statistics | ||
Результат | IcmpV6Statistics |
public GetTcpIPv4Statistics ( ) : TcpStatistics | ||
Результат | TcpStatistics |
public GetTcpIPv6Statistics ( ) : TcpStatistics | ||
Результат | TcpStatistics |
public GetUdpIPv4Statistics ( ) : UdpStatistics | ||
Результат | UdpStatistics |
public GetUdpIPv6Statistics ( ) : UdpStatistics | ||
Результат | UdpStatistics |