INatPunchListenerOnNatIntroductionSuccess Method |
LiteNetLib |
[Missing <summary> documentation for "M:LiteNetLib.INatPunchListener.OnNatIntroductionSuccess(LiteNetLib.NetEndPoint,System.String)"]
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
void OnNatIntroductionSuccess( NetEndPoint targetEndPoint, string token )
Parameters
- targetEndPoint
- Type: LiteNetLibNetEndPoint
[Missing <param name="targetEndPoint"/> documentation for "M:LiteNetLib.INatPunchListener.OnNatIntroductionSuccess(LiteNetLib.NetEndPoint,System.String)"]
- token
- Type: SystemString
[Missing <param name="token"/> documentation for "M:LiteNetLib.INatPunchListener.OnNatIntroductionSuccess(LiteNetLib.NetEndPoint,System.String)"]
See Also