Пример #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");
 }