This property is relevant only when WRQTransferLink is set to TransferLinkOption.UserDefinedLink.
'Declaration
Property WRQExtraCharacters As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.WRQExtraCharacters = value
value = instance.WRQExtraCharacters
string WRQExtraCharacters {get; set;}
Property Value
The default is "" (no characters). The value can be a string of control characters with a ASCII values of less than 32—that is, "\0x0000" through "\0x001f" — or greater than 127. The maximum length of the string is 32 characters