Click or drag to resize
SourceConnectionReaderReadAllBytes Method
Reads all the stream and returns the content as a byte array

Namespace: FlexRule.Core.Model.SourceConnections
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public byte[] ReadAllBytes()

Return Value

Type: Byte
null if exception happens
See Also