public Stream OpenRead(
string filepath
)
Public Function OpenRead (
filepath As String
) As Stream
Dim instance As Client
Dim filepath As String
Dim returnValue As Stream
returnValue = instance.OpenRead(filepath)
public:
Stream^ OpenRead(
String^ filepath
)
member OpenRead :
filepath : string -> Stream
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.OpenRead(System.String)"]