DiscoverKnownPeer Method (String, Int32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Emit a discovery signal to a single known host

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

Syntax

C#
public bool DiscoverKnownPeer(
	string host,
	int serverPort
)
Visual Basic
Public Function DiscoverKnownPeer ( _
	host As String, _
	serverPort As Integer _
) As Boolean
Visual C++
public:
bool DiscoverKnownPeer(
	String^ host, 
	int serverPort
)

Parameters

host
Type: System..::..String

[Missing <param name="host"/> documentation for "M:Lidgren.Network.NetPeer.DiscoverKnownPeer(System.String,System.Int32)"]

serverPort
Type: System..::..Int32

[Missing <param name="serverPort"/> documentation for "M:Lidgren.Network.NetPeer.DiscoverKnownPeer(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetPeer.DiscoverKnownPeer(System.String,System.Int32)"]

See Also