An NDoc Documented Class Library

HttpClient.Resume Method 

Make the next file transfer resume.

public virtual void Resume();

Implements

IFileTransferClient.Resume

Remarks

For downloads, if writing to a file, it is opened in append mode, and only the bytes required are transferred.

Currently resume is only supported for BINARY transfers (which is generally what it is most useful for).

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace