Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Net Namespaces
Demo3D.Net
IMessageService Interface
IMessageService Properties
HeaderSize Property
PduSize Property
IMessageService
HeaderSize Property
Gets the message header size.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
int
HeaderSize
{
get
; }
Property Value
Type:
Int32
Remarks
The buffer passed to
WriteAsync(Boolean, ArraySegment
Byte
)
and
WriteToAsync(Boolean, ArraySegment
Byte
, EndPoint)
must have at least this many bytes free before the data segment in which to prepend a header of this size.
See Also
Reference
IMessageService Interface
Demo3D.Net Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com