Click or drag to resize

ByteStreamProperties Class

TCP connection properties.
Inheritance Hierarchy
SystemObject
  Demo3D.NetByteStreamProperties

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ByteStreamProperties

The ByteStreamProperties type exposes the following members.

Constructors
  NameDescription
Public methodByteStreamProperties
Initializes a new instance of the ByteStreamProperties class
Top
Properties
  NameDescription
Public propertySendDelay
Time (ms) to delay sending data out.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also