Click or drag to resize

FileTransferDirection Enumeration

** NOTE: ADDED in CFX 1.4 **

Specifies the mode of file transfer.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum FileTransferDirection
Members
Member nameValueDescription
Push0 Data transfer will proceed from the initiator of the request (the source) to the receiver of the request (the destination). In this mode, the file information is contained within the request itself.
Pull1 Data is transfer will proceed from the receiver of the request (the source) to the initiator of the request (the destination). In this mode, the file information is contained within the response message.
See Also