FtpBatchTransferProblemDetectedEventArgs.PossibleActions Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
PossibleActions
Gets a mask of possible actions that can be selected to be performed. ThrowException can always be set. Use the binary 'AND' operator to determine whether a specific action is currently possible or simply call the IsActionPossible(FtpBatchTransferAction) method.
Declaration
public FtpBatchTransferAction PossibleActions { get; }
Property Value
| Type | Description | 
|---|---|
| FtpBatchTransferAction | Mask of possible actions.  |