Click or drag to resize

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.DataTransfer
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public FileTransferDirection TransferDirection { get; set; }

Property Value

FileTransferDirection
See Also