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

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