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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic FileTransferDirection TransferDirection { get; set; }
Public Property TransferDirection As FileTransferDirection
Get
Set
Property Value
FileTransferDirection
See Also