Пример #1
0
        internal MIB_TCPSTATS GetTcpStats()
        {
            MIB_TCPSTATS tcpStats = new MIB_TCPSTATS();

            GetTcpStatistics(ref tcpStats);
            return(tcpStats);
        }
Пример #2
0
 internal extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);
Пример #3
0
 public extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);