Click or drag to resize

HttpFileTransfer Class

Helper methods for downloading binary files.
Inheritance Hierarchy
SystemObject
  FM.IceLinkHttpFileTransfer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The HttpFileTransfer type exposes the following members.

Constructors
  NameDescription
Public methodHttpFileTransfer
Initializes a new instance of the HttpFileTransfer class
Top
Methods
  NameDescription
Public methodStatic memberDownloadFile(String)
Downloads a file from the url. Decompresses using BZip2 if needed.
Public methodStatic memberDownloadFile(String, String)
Downloads a file from the url. Decompresses using BZip2 if needed. Then saves to the file system at filePath.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also