Direction Property (Read/Write)

Top  Previous  Next

This property is used in conjunction with the Run method to indicate the transfer direction of the File Transfer.

 

Visual Basic Syntax

 

IndFile.Direction [= TxDirection]

 

C# Syntax

 

IndFile.Direction; [= TxDirection]

 

Remarks

 

Possible values are:

 

Constant Value

Meaning

dSend

send direction (from LocalFileName file name to HostFileName file name).

dReceive

receive direction (from HostFileName file name to LocalFileName file name).

 

See also TxDirection constants, Run method.