WRQStartOfFrameCharacter Property
Returns or specifies which character is to indicate the beginning of a file transfer frame.
'Declaration
Property WRQStartOfFrameCharacter As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.WRQStartOfFrameCharacter = value
value = instance.WRQStartOfFrameCharacter
string WRQStartOfFrameCharacter {get; set;}
Property Value
The default is the start-of-text character, which can be represented as Chr$(2). The value can be any control character with an ASCII value of less than 32—that is, Chr$(0) through Chr$(31) or the open-parenthesis character. (It is recommended that you not set this property to Chr$(0), Chr$(13), Chr$(17), Chr$(19), or Chr$(25).