Click or drag to resize

NetConnectionApprove Method (NetOutgoingMessage)

Approves this connection; sending a connection response to the remote host

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Approve(
	NetOutgoingMessage localHail
)

Parameters

localHail
Type: Internal.Lidgren.NetworkNetOutgoingMessage
The local hail message that will be set as RemoteHailMessage on the remote host
See Also