InfoConnect for Airlines
WRQFrameSize Property


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
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if a value outside the range of valid values is specified.
Remarks
For a VMS host, if WRQFrameSize is set to a value higher than 512 and WRQWindowSize is set to a value higher than 1, the window size is temporarily adjusted down to 1 for file transfers. If WRQFastFileTransfer is True, fast file transfers are attempted. If a fast file transfer takes place, the WRQFrameSize property is ignored. This property is relevant only for transfers that use the WRQ/Reflection protocol. The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. The range of values is 32-1024.
See Also