'Declaration Public Overloads Function OpenReadStream( _ ByVal handle() As Byte, _ ByVal ownHandle As Boolean, _ ByVal canSeek As Boolean, _ ByVal fileOptions As FileOptions _ ) As SFtpStream
'Usage Dim instance As SFtpClient Dim handle() As Byte Dim ownHandle As Boolean Dim canSeek As Boolean Dim fileOptions As FileOptions Dim value As SFtpStream value = instance.OpenReadStream(handle, ownHandle, canSeek, fileOptions)
public SFtpStream OpenReadStream( byte[] handle, bool ownHandle, bool canSeek, FileOptions fileOptions )
Parameters
- handle
- ownHandle
- canSeek
- fileOptions