Click or drag to resize

NetPeerConfigurationDefaultOutgoingMessageCapacity Property

Gets or sets the default capacity in bytes when NetPeer.CreateMessage() is called without argument

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

Property Value

Type: Int32
See Also