'DeclarationPublic Overloads Function OpenReadStream( _ ByVal path As String, _ ByVal share As FileShare _ ) As SFtpStream
'UsageDim 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