FileTransferDirection Enumeration |
** NOTE: ADDED in CFX 1.4 **
Specifies the mode of file transfer.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum FileTransferDirection
Public Enumeration FileTransferDirection
Members| Member 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