示例#1
0
 void INatPunchListener.OnNatIntroductionSuccess(IPEndPoint targetEndPoint, NatAddressType type, string token)
 {
     if (NatIntroductionSuccess != null)
     {
         NatIntroductionSuccess(targetEndPoint, type, token);
     }
 }
示例#2
0
 void INatPunchListener.OnNatIntroductionSuccess(IPEndPoint targetEndPoint, NatAddressType type, string token)
 {
     //Ignore we are server
 }
示例#3
0
 public void OnNatIntroductionSuccess(IPEndPoint targetEndPoint, NatAddressType type, string token)
 {
     // Ignore, since we are the server
     Console.WriteLine("OnNatIntroductionSuccess");
 }