InfoConnect for Unisys
WRQEndOfFrameCharacter Property


Returns or specifies the character that is to indicate the end of a file transfer frame.
Syntax
'Declaration
 
Property WRQEndOfFrameCharacter As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.WRQEndOfFrameCharacter = value
 
value = instance.WRQEndOfFrameCharacter
string WRQEndOfFrameCharacter {get; set;}

Property Value

The default is the end of text character, represented "\0x0003" The value can be any control character with an ASCII value of less than 32—that is, "\0x0000" through "\0x001f" — or the close-parenthesis character, ")".
Remarks
If WRQFastFileTransfer is True, fast file transfers are attempted. If a fast file transfer takes place, the WRQEndCharacter property is ignored. This property is relevant only for transfers that use the WRQ/Reflection protocol. The default is the end of text character, represented "\0x0003" The value can be any control character with an ASCII value of less than 32—that is, "\0x0000" through "\0x001f" — or the close-parenthesis character, ")".
See Also