Click or drag to resize

FileTransferRequestFile Property

For file transfers initiated at the source (FileTransferDirection.Push), contains information about the file to be transferred. For file transfers initiated by the destination (FileTransferDirection.Pull), this property should be NULL. For FileTransferMode.InBand, this structure will contain the file payload (data) itself. For FileTransferMode.OutOfBand, this structure will contain a secure link/URL that can be used by the destination to obtain the file payload data.

Namespace: CFX.InformationSystem.DataTransfer
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public File File { get; set; }

Property Value

File
See Also