Table of Contents

Class IOExceptions

Namespace
FluentFTP.Exceptions
Assembly
FluentFTP.dll

Extension methods related to FTP tasks

public static class IOExceptions
Inheritance
IOExceptions
Inherited Members

Methods

IsResumeAllowed(IOException)

Check if operation can resume after IOException.

public static bool IsResumeAllowed(this IOException exception)

Parameters

exception IOException

Received exception.

Returns

bool

Result of checking.