FileTransferRequestTransferDirection Property |
Specifies the direction of transfer. File transfer may proceed from requestor to responder (Push), or from
responder to requester (Pull).
In Push mode, the file token is contained within the request itself.
In Pull mode, the file token is contained within the response message.
Namespace: CFX.InformationSystem.DataTransferAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic FileTransferDirection TransferDirection { get; set; }Public Property TransferDirection As FileTransferDirection
Get
Set
Property Value
FileTransferDirection
See Also