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.DataTransferAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic File File { get; set; }
Public Property File As File
Get
Set
Property Value
File
See Also