'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