FileTransferDirection Enumeration |
** NOTE: ADDED in CFX 1.4 **
Specifies the mode of file transfer.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum FileTransferDirection
Public Enumeration FileTransferDirection
MembersMember name | Value | Description |
---|
Push | 0 |
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.
|
Pull | 1 |
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