Click or drag to resize

IByteStreamService Interface

Protocol byte stream service.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public interface IByteStreamService

The IByteStreamService type exposes the following members.

Properties
  NameDescription
Public propertyDataAvailable
True if data is immediately available.
Public propertyStream
Returns the underlying stream (or null if closed).
Top
See Also