Click or drag to resize

NetPeerConfigurationAutoFlushSendQueue Property

Enables or disables automatic flushing of the send queue. If disabled, you must manully call NetPeer.FlushSendQueue() to flush sent messages to network.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool AutoFlushSendQueue { get; set; }

Property Value

Type: Boolean
See Also