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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public FileTransferDirection TransferDirection { get; set; }

Property Value

FileTransferDirection
See Also