Admin Production rocket
Current Publication

ConvertEOLToSeparator Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ConvertEOLToSeparator Property
In This Topic
This property applies to ASCII transfers to the host.
Syntax

                     
                     
'Declaration
 

                     
                     
Property ConvertEOLToSeparator As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ConvertEOLToSeparator = value
 
value = instance.ConvertEOLToSeparator

                  

                     
                     
bool ConvertEOLToSeparator {get; set;}

                  
Remarks
The default value is true. It returns or specifies whether the WRQ/Reflection file transfer host program is instructed to generate a new record every time it receives the carriage return/linefeed sequence from the emulator. The equivalent property for transfers from the host is ConvertSeparatorToEOL, which determines whether a new line is generated at the end of each record received from the host during an ASCII transfer.
See Also