Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQWindowSize Property
In This Topic
WRQWindowSize Property
In This Topic
Returns or specifies the number of packets that one side can receive before sending an acknowledgment.
Syntax
expression.WRQWindowSize As Integer
where expression is a variable that represents a FileTransfer Object
Remarks
If WRQFastFileTransfer is true, fast file transfers are attempted. If a fast file transfer takes place, the WRQWindowSize property is ignored. This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is 2.
See Also