TdStream does not support writing.
Syntax
'Declaration
Public Overrides NotOverridable Sub WriteByte( _
ByVal As Byte _
)
'Usage
Dim instance As TdStream
Dim value As Byte
instance.WriteByte(value)
public override void WriteByte(
byte
)
public:
void WriteByte(
byte
) override
Parameters
- value
- Byte of data to write to the stream.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also