Click or drag to resize

FileTransfer Class

Supports the transfer of files in multiple parts (e.g. to avoid problems with max. HTTP request size).
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Domain.Development.ServiceFileTransfer

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class FileTransfer

The FileTransfer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContinueUpload
Continues the upload.
Public methodStatic memberFinishUpload
Finishes the upload.
Public methodStatic memberStartUpload
Starts the upload.
Top
See Also