Platform Symphony .NET API Reference - Version 5.0
ReadByte Method
NamespacesPlatform.Symphony.SoamInputStreamReadByte()()()
Reads a byte value from the input stream. (**DEPRECATED** in Symphony 3.1)
Declaration Syntax
C#
public byte ReadByte()
Return Value
The byte value retrieved from the input stream.
Remarks
NOTE :

This method has been deprecated. Use: Byte InputStream::ReadByteArray()[]; to read binary information from the stream instead.

Exceptions
ExceptionCondition
[SoamException]If the type couldn't be read from the input stream.

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