In This Topic
The WRQ/Reflection file transfer protocol is a sliding-window protocol. This property returns or specifies the number of packets that one side can receive before sending an acknowledgment. For transfers to or from HP 3000 hosts, this property must be set to 1. 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.
Syntax
'Declaration
Property WRQWindowSize As Integer
'Usage
Dim instance As IFileTransfer
Dim value As Integer
instance.WRQWindowSize = value
value = instance.WRQWindowSize
int WRQWindowSize {get; set;}
Property Value
The default value is 2.
See Also