Click or drag to resize

NetBufferPeekStringSize Method

Reads the string byte size prefix without advancing the read pointer. Take note that this is the size in bytes, not the character length of the string.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int PeekStringSize()

Return Value

Type: Int32
See Also