Click or drag to resize

IMessageStreamService Interface

Protocol message stream service.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.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
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