'Declaration Public Overloads Function OpenReadStream( _ ByVal path As String, _ ByVal share As FileShare _ ) As SFtpStream
'Usage Dim instance As SFtpClient Dim path As String Dim share As FileShare Dim value As SFtpStream value = instance.OpenReadStream(path, share)
public SFtpStream OpenReadStream( string path, FileShare share )
Parameters
- path
- share