Click or drag to resize

NetServerSendToAll Method (NetOutgoingMessage, NetConnection, NetDeliveryMethod, Int32)

Send a message to all connections except one

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

Parameters

msg
Type: Internal.Lidgren.NetworkNetOutgoingMessage
The message to send
except
Type: Internal.Lidgren.NetworkNetConnection
Don't send to this particular connection
method
Type: Internal.Lidgren.NetworkNetDeliveryMethod
How to deliver the message
sequenceChannel
Type: SystemInt32
Which sequence channel to use for the message
See Also