Platform Symphony .NET API Reference - Version 4.1
WriteByte Method (x)
NamespacesPlatform.Symphony.SoamOutputStreamWriteByte(Byte)
Writes a byte value to the output stream. (**DEPRECATED** in Symphony 3.1)
Declaration Syntax
C#
public void WriteByte(
	byte x
)
Parameters
x (Byte)
The byte value to be written to the output stream.
Remarks
NOTE :

This method has been deprecated. Use: OutputStream::WriteByteArray(Byte x[], int offset, int length) or OutputStream::WriteByteArray(Byte x[]) to write binary information to the stream instead.

Exceptions
ExceptionCondition
[SoamException]If the value could not be written to the output stream.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0