'Declaration Public Overloads Function ComputeStreamBufferSize( _ ByVal stream As Stream _ ) As Integer
'Usage Dim instance As SFtpSession Dim stream As Stream Dim value As Integer value = instance.ComputeStreamBufferSize(stream)
Parameters
- stream
Return Value
An Integer value that represents the optimal buffer size for SFtp file transfers on the specified stream.