Xceed .NET Libraries Documentation
SFtpReadStream Constructor(SFtpClient,Byte[])


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SFtpReadStream Class > SFtpReadStream Constructor : SFtpReadStream Constructor(SFtpClient,Byte[])
Syntax
'Declaration
 
Public Function New( _
   ByVal sftpClient As SFtpClient, _
   ByVal handle() As Byte _
)
'Usage
 
Dim sftpClient As SFtpClient
Dim handle() As Byte
 
Dim instance As New SFtpReadStream(sftpClient, handle)
public SFtpReadStream( 
   SFtpClient sftpClient,
   byte[] handle
)

Parameters

sftpClient
handle
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

Reference

SFtpReadStream Class
SFtpReadStream Members
Overload List