IMessageStreamService Interface | 
Namespace: Demo3D.Net
public interface IMessageStreamService : IMessageService
The IMessageStreamService type exposes the following members.
| Name | Description | |
|---|---|---|
| HeaderSize | 
            Gets the message header size.
              (Inherited from IMessageService.) | |
| PduSize | 
            Gets the PDU size.
              (Inherited from IMessageService.) | 
| Name | Description | |
|---|---|---|
| ReadAsync | ||
| ReadFromAsync | 
            Reads data with peer information.
              | |
| WriteAsync | 
            Writes data.
              (Inherited from IMessageService.) | |
| WriteToAsync | 
            Writes data.
              (Inherited from IMessageService.) | 
| Name | Description | |
|---|---|---|
| Read | 
            Reads data.
              (Defined by MessageService.) | |
| Write | 
            Writes data.
              (Defined by MessageService.) |