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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static class FileTransfer

The FileTransfer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContinueUpload
Continues the upload.
Public methodStatic memberDownloadCompressedPart
Downloads a compressed part of an ice.NET file. Each part is compressed separately.
Public methodStatic memberFinishUpload
Finishes the upload.
Public methodStatic memberGetCompleteFileName
Public methodStatic memberStartUpload
Starts the upload.
Public methodStatic memberTestDownloadCompressedFile
Top
See Also