Click or drag to resize

IMessageServiceHeaderSize Property

Gets the message header size.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
int HeaderSize { get; }

Property Value

Int32
Remarks
The buffer passed to WriteAsync(Boolean, ArraySegmentByte) and WriteToAsync(Boolean, ArraySegmentByte, EndPoint) must have at least this many bytes free before the data segment in which to prepend a header of this size.
See Also