Exemplo n.º 1
0
 public static extern UIntPtr wirefox_peer_get_stat(IntPtr handle, TPeerID who, PeerStatID stat);
Exemplo n.º 2
0
 public static ulong GetStat(PeerStatID stat)
 {
     return(peer.GetStat(serverID, stat));
 }
Exemplo n.º 3
0
 public ulong GetStat(PeerID who, PeerStatID stat)
 {
     return((ulong)NativeMethods.wirefox_peer_get_stat(m_handle, who, stat));
 }