Click or drag to resize

NetConnectionSendMessage Method

Send a message to this remote connection

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public NetSendResult SendMessage(
	NetOutgoingMessage msg,
	NetDeliveryMethod method,
	int sequenceChannel
)

Parameters

msg
Type: Internal.Lidgren.NetworkNetOutgoingMessage
The message to send
method
Type: Internal.Lidgren.NetworkNetDeliveryMethod
How to deliver the message
sequenceChannel
Type: SystemInt32
Sequence channel within the delivery method

Return Value

Type: NetSendResult
See Also