Click or drag to resize

FileFileData Property

For file tokens of type FileTransferMode.InBand, this property contains the binary file payload data. For FileTransferMode.OutOfBand, this property should be NULL.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public byte[] FileData { get; set; }

Property Value

Byte
See Also