In This Topic
Returns or specifies the total length of a file transfer packet (in characters), including the start and end characters, but not the delimiting character.
Syntax
'Declaration
Property WRQFrameSize As Integer
'Usage
Dim instance As IFileTransfer
Dim value As Integer
instance.WRQFrameSize = value
value = instance.WRQFrameSize
int WRQFrameSize {get; set;}
Property Value
The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. The range of values is 32-1024.
Exceptions
See Also