Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpSession Class / ComputeStreamBufferSize Method / ComputeStreamBufferSize(SSHConnectionProtocolChannel,SFtpStream) Method


    ComputeStreamBufferSize(SSHConnectionProtocolChannel,SFtpStream) Method
    Syntax
    '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 = SFtpSession.ComputeStreamBufferSize(channel, sftpStream)

    Parameters

    channel
    sftpStream
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also