'Declaration Protected Overloads Function ProcessLocalWindow( _ ByVal dataSize As Integer, _ ByVal autoAdjust As Boolean, _ ByRef windowAdjustmentBytes As Long, _ ByRef currentLocalWindowSize As Long _ ) As Boolean
'Usage Dim instance As SSHConnectionProtocolChannel Dim dataSize As Integer Dim autoAdjust As Boolean Dim windowAdjustmentBytes As Long Dim currentLocalWindowSize As Long Dim value As Boolean value = instance.ProcessLocalWindow(dataSize, autoAdjust, windowAdjustmentBytes, currentLocalWindowSize)
protected bool ProcessLocalWindow( int dataSize, bool autoAdjust, out long windowAdjustmentBytes, out long currentLocalWindowSize )
Parameters
- dataSize
- autoAdjust
- windowAdjustmentBytes
- currentLocalWindowSize