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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic File File { get; set; }Public Property File As File
Get
Set
Property Value
File
See Also