Differences
This shows you the differences between the selected revisions of the page.
2020-12-03 | 2020-12-04 | ||
5.18 Bug 1738: Stream interface in .NET assembly. (martin) | formatting (martin) | ||
Line 25: | Line 25: | ||
==== Parameters ==== | ==== Parameters ==== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
- | | [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''System.IO.Stream'']] stream | The [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''Stream'']] to upload the data from. The implementation needs to support only the [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream.read|''Read'' method]]. The stream is read until the ''Read'' method returns zero or throws an exception. The method does not close nor dispose the stream. | | + | | System.IO.Stream stream | The [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream|''Stream'']] to upload the data from. The implementation needs to support only the [[https://docs.microsoft.com/en-us/dotnet/api/system.io.stream.read|''Read'' method]]. The stream is read until the ''Read'' method returns zero or throws an exception. The method does not close nor dispose the stream. | |
| string ==remoteFilePath== | Full path to a remote file to upload the data to. | | | string ==remoteFilePath== | Full path to a remote file to upload the data to. | | ||
| [[library_transferoptions|TransferOptions]] ==options== | Transfer options. Defaults to ''null'', what is equivalent to ''new TransferOptions()''. | | | [[library_transferoptions|TransferOptions]] ==options== | Transfer options. Defaults to ''null'', what is equivalent to ''new TransferOptions()''. | |