WRQEndOfFrameCharacter Property
Returns or specifies the character that is to indicate the end of a file transfer frame.
'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, ")".