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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public File File { get; set; }

Property Value

File
See Also