NatPunchModule.NatIntroduce Method

LiteNetLib

NatPunchModuleNatIntroduce Method

LiteNetLib

[Missing <summary> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

Namespace:  LiteNetLib
Assembly:  LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax

C#
public void NatIntroduce(
	NetEndPoint hostInternal,
	NetEndPoint hostExternal,
	NetEndPoint clientInternal,
	NetEndPoint clientExternal,
	string additionalInfo
)

Parameters

hostInternal
Type: LiteNetLibNetEndPoint

[Missing <param name="hostInternal"/> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

hostExternal
Type: LiteNetLibNetEndPoint

[Missing <param name="hostExternal"/> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

clientInternal
Type: LiteNetLibNetEndPoint

[Missing <param name="clientInternal"/> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

clientExternal
Type: LiteNetLibNetEndPoint

[Missing <param name="clientExternal"/> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

additionalInfo
Type: SystemString

[Missing <param name="additionalInfo"/> documentation for "M:LiteNetLib.NatPunchModule.NatIntroduce(LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,LiteNetLib.NetEndPoint,System.String)"]

See Also

Reference