'Declaration Public Overloads Shared Function ComputeStreamBufferSize( _ ByVal channel As SSHConnectionProtocolChannel, _ ByVal sftpStream As SFtpStream _ ) As Integer
'Usage Dim channel As SSHConnectionProtocolChannel Dim sftpStream As SFtpStream Dim value As Integer value = ExecuteCommandSession.ComputeStreamBufferSize(channel, sftpStream)
public static int ComputeStreamBufferSize( SSHConnectionProtocolChannel channel, SFtpStream sftpStream )
Parameters
- channel
- sftpStream