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