public void DeleteConnectionAttempt(NatPunchthroughServer.ConnectionAttempt ca)
 {
     RakNetPINVOKE.NatPunchthroughServer_User_DeleteConnectionAttempt(swigCPtr, NatPunchthroughServer.ConnectionAttempt.getCPtr(ca));
 }
 public void DerefConnectionAttempt(NatPunchthroughServer.ConnectionAttempt ca)
 {
     RakNetPINVOKE.CSharp_RakNet_NatPunchthroughServer_User_DerefConnectionAttempt(swigCPtr, NatPunchthroughServer.ConnectionAttempt.getCPtr(ca));
 }