Click or drag to resize

NetPeerDiscoverKnownPeer Method (String, Int32)

Emit a discovery signal to a single known host

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool DiscoverKnownPeer(
	string host,
	int serverPort
)

Parameters

host
Type: SystemString
serverPort
Type: SystemInt32

Return Value

Type: Boolean
See Also