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


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

Parameters

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

SFtpWriteStream Class
SFtpWriteStream Members
Overload List