Click or drag to resize

IMessageStreamService Interface

Protocol message stream service.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public interface IMessageStreamService : IMessageService

The IMessageStreamService type exposes the following members.

Properties
 NameDescription
Public propertyHeaderSize Gets the message header size.
(Inherited from IMessageService)
Public propertyPduSize Gets the PDU size.
(Inherited from IMessageService)
Top
Methods
 NameDescription
Public methodReadAsync Reads data.
Public methodReadFromAsync Reads data with peer information.
Public methodWriteAsync Writes data.
(Inherited from IMessageService)
Public methodWriteToAsync Writes data.
(Inherited from IMessageService)
Top
Extension Methods
 NameDescription
Public Extension MethodRead Reads data.
(Defined by MessageService)
Public Extension MethodWrite Writes data.
(Defined by MessageService)
Top
See Also