Esempio n. 1
0
        internal void GetUdpStats()
        {
            MIB_UDPSTATS udpStats = new MIB_UDPSTATS();

            GetUdpStatistics(ref udpStats);
        }
Esempio n. 2
0
 public static extern int GetUdpStatistics(ref MIB_UDPSTATS pStats);
Esempio n. 3
0
 internal extern static int GetUdpStatistics(ref MIB_UDPSTATS pStats);
Esempio n. 4
0
 public static extern int GetUdpStatistics(ref MIB_UDPSTATS pStats);