C# Class System.Net.NetworkInformation.Win32IPGlobalProperties

Inheritance: IPGlobalProperties
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
GetActiveTcpConnections ( ) : TcpConnectionInformation[]
GetActiveTcpListeners ( ) : IPEndPoint[]
GetActiveUdpListeners ( ) : IPEndPoint[]
GetIPv4GlobalStatistics ( ) : IPGlobalStatistics
GetIPv6GlobalStatistics ( ) : IPGlobalStatistics
GetIcmpV4Statistics ( ) : IcmpV4Statistics
GetIcmpV6Statistics ( ) : IcmpV6Statistics
GetTcpIPv4Statistics ( ) : TcpStatistics
GetTcpIPv6Statistics ( ) : TcpStatistics
GetUdpIPv4Statistics ( ) : UdpStatistics
GetUdpIPv6Statistics ( ) : UdpStatistics

Private Methods

Method Description
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

Method Details

GetActiveTcpConnections() public method

public GetActiveTcpConnections ( ) : TcpConnectionInformation[]
return TcpConnectionInformation[]

GetActiveTcpListeners() public method

public GetActiveTcpListeners ( ) : IPEndPoint[]
return IPEndPoint[]

GetActiveUdpListeners() public method

public GetActiveUdpListeners ( ) : IPEndPoint[]
return IPEndPoint[]

GetIPv4GlobalStatistics() public method

public GetIPv4GlobalStatistics ( ) : IPGlobalStatistics
return IPGlobalStatistics

GetIPv6GlobalStatistics() public method

public GetIPv6GlobalStatistics ( ) : IPGlobalStatistics
return IPGlobalStatistics

GetIcmpV4Statistics() public method

public GetIcmpV4Statistics ( ) : IcmpV4Statistics
return IcmpV4Statistics

GetIcmpV6Statistics() public method

public GetIcmpV6Statistics ( ) : IcmpV6Statistics
return IcmpV6Statistics

GetTcpIPv4Statistics() public method

public GetTcpIPv4Statistics ( ) : TcpStatistics
return TcpStatistics

GetTcpIPv6Statistics() public method

public GetTcpIPv6Statistics ( ) : TcpStatistics
return TcpStatistics

GetUdpIPv4Statistics() public method

public GetUdpIPv4Statistics ( ) : UdpStatistics
return UdpStatistics

GetUdpIPv6Statistics() public method

public GetUdpIPv6Statistics ( ) : UdpStatistics
return UdpStatistics