C# Class System.Net.NetworkInformation.Win32IPGlobalProperties

Inheritance: IPGlobalProperties
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetActiveTcpConnections ( ) : TcpConnectionInformation[]
Résultat TcpConnectionInformation[]

GetActiveTcpListeners() public méthode

public GetActiveTcpListeners ( ) : IPEndPoint[]
Résultat IPEndPoint[]

GetActiveUdpListeners() public méthode

public GetActiveUdpListeners ( ) : IPEndPoint[]
Résultat IPEndPoint[]

GetIPv4GlobalStatistics() public méthode

public GetIPv4GlobalStatistics ( ) : IPGlobalStatistics
Résultat IPGlobalStatistics

GetIPv6GlobalStatistics() public méthode

public GetIPv6GlobalStatistics ( ) : IPGlobalStatistics
Résultat IPGlobalStatistics

GetIcmpV4Statistics() public méthode

public GetIcmpV4Statistics ( ) : IcmpV4Statistics
Résultat IcmpV4Statistics

GetIcmpV6Statistics() public méthode

public GetIcmpV6Statistics ( ) : IcmpV6Statistics
Résultat IcmpV6Statistics

GetTcpIPv4Statistics() public méthode

public GetTcpIPv4Statistics ( ) : TcpStatistics
Résultat TcpStatistics

GetTcpIPv6Statistics() public méthode

public GetTcpIPv6Statistics ( ) : TcpStatistics
Résultat TcpStatistics

GetUdpIPv4Statistics() public méthode

public GetUdpIPv4Statistics ( ) : UdpStatistics
Résultat UdpStatistics

GetUdpIPv6Statistics() public méthode

public GetUdpIPv6Statistics ( ) : UdpStatistics
Résultat UdpStatistics