Пример #1
0
 public void CloseConnection(ulong guid, bool send_disconnect_notification = true)
 {
     if (pointer == IntPtr.Zero)
     {
         return;
     }
     RakPeer_Native.NET_CloseConnection(pointer, guid, send_disconnect_notification);
 }