Introduce Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Send NetIntroduction to hostExternal and clientExternal; introducing client to host

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void Introduce(
	IPEndPoint hostInternal,
	IPEndPoint hostExternal,
	IPEndPoint clientInternal,
	IPEndPoint clientExternal,
	string token
)
Visual Basic
Public Sub Introduce ( _
	hostInternal As IPEndPoint, _
	hostExternal As IPEndPoint, _
	clientInternal As IPEndPoint, _
	clientExternal As IPEndPoint, _
	token As String _
)
Visual C++
public:
void Introduce(
	IPEndPoint^ hostInternal, 
	IPEndPoint^ hostExternal, 
	IPEndPoint^ clientInternal, 
	IPEndPoint^ clientExternal, 
	String^ token
)

Parameters

hostInternal
Type: System.Net..::..IPEndPoint

[Missing <param name="hostInternal"/> documentation for "M:Lidgren.Network.NetPeer.Introduce(System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.String)"]

hostExternal
Type: System.Net..::..IPEndPoint

[Missing <param name="hostExternal"/> documentation for "M:Lidgren.Network.NetPeer.Introduce(System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.String)"]

clientInternal
Type: System.Net..::..IPEndPoint

[Missing <param name="clientInternal"/> documentation for "M:Lidgren.Network.NetPeer.Introduce(System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.String)"]

clientExternal
Type: System.Net..::..IPEndPoint

[Missing <param name="clientExternal"/> documentation for "M:Lidgren.Network.NetPeer.Introduce(System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.String)"]

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:Lidgren.Network.NetPeer.Introduce(System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.Net.IPEndPoint,System.String)"]

See Also