|
ITFtpTransferStart Method
|
Call this function to start the transfer.
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxvoid Start(
Stream data
)
Sub Start (
data As Stream
)
void Start(
Stream^ data
)
abstract Start :
data : Stream -> unit
View SourceParameters
- data Stream
- The stream from which data is either read (when sending) or written to (when receiving).
See Also