public Stream OpenWrite(
string filepath
)
Public Function OpenWrite (
filepath As String
) As Stream
Dim instance As Client
Dim filepath As String
Dim returnValue As Stream
returnValue = instance.OpenWrite(filepath)
public:
Stream^ OpenWrite(
String^ filepath
)
member OpenWrite :
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.OpenWrite(System.String)"]