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


In This Topic
    ComputeStreamBufferSize(SSHConnectionProtocolChannel,SFtpStream) Method
    In This Topic
    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 = ExecuteCommandSession.ComputeStreamBufferSize(channel, sftpStream)
    public static int ComputeStreamBufferSize( 
       SSHConnectionProtocolChannel channel,
       SFtpStream 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