Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FtpProblemDetectedEventArgs Class

Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)

Provides data for the ProblemDetected event.

Syntax
public class FtpProblemDetectedEventArgs : ProblemDetectedEventArgs
Inheritance
Object
EventArgs
ProblemDetectedEventArgs
FtpProblemDetectedEventArgs
Inherited Members
ProblemDetectedEventArgs.Action
ProblemDetectedEventArgs.Cancel()
ProblemDetectedEventArgs.Exception
ProblemDetectedEventArgs.Fail()
ProblemDetectedEventArgs.FollowLink()
ProblemDetectedEventArgs.IsOverwriteConditionPossible(OverwriteCondition)
ProblemDetectedEventArgs.IsReactionPossible(TransferProblemReaction)
ProblemDetectedEventArgs.LocalItem
ProblemDetectedEventArgs.LocalPath
ProblemDetectedEventArgs.NewName
ProblemDetectedEventArgs.Overwrite()
ProblemDetectedEventArgs.Overwrite(OverwriteCondition)
ProblemDetectedEventArgs.OverwriteCondition
ProblemDetectedEventArgs.ProblemType
ProblemDetectedEventArgs.Reaction
ProblemDetectedEventArgs.RemoteItem
ProblemDetectedEventArgs.RemotePath
ProblemDetectedEventArgs.Rename()
ProblemDetectedEventArgs.Rename(String)
ProblemDetectedEventArgs.Resume()
ProblemDetectedEventArgs.Retry()
ProblemDetectedEventArgs.Skip()
ProblemDetectedEventArgs.UserState
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Properties

Name Description
Action

Gets the current transfer action. Inherited from ProblemDetectedEventArgs.

Exception

Gets the exception which will be raised if chosen Reaction is Fail. Inherited from ProblemDetectedEventArgs.

LocalItem

Gets the local file or directory that is currently processed or null (Nothing in Visual Basic) if not available. Inherited from ProblemDetectedEventArgs.

LocalPath

Gets the path of the local file or directory that is currently processed. Inherited from ProblemDetectedEventArgs.

NewName

Gets the new name for the currently processed file or directory. If the chosen reaction is not Rename, this property is ignored. Inherited from ProblemDetectedEventArgs.

OverwriteCondition

Gets the condition to apply for the Overwrite reaction. If the chosen reaction is not Overwrite, this property is ignored. Inherited from ProblemDetectedEventArgs.

ProblemType

Gets the type of the error that classifies the problem. Inherited from ProblemDetectedEventArgs.

Reaction

Gets the currently selected reaction to the current problem. Inherited from ProblemDetectedEventArgs.

RemoteItem

Gets the remote file or directory that is currently processed or null (Nothing in Visual Basic) if not available. Inherited from ProblemDetectedEventArgs.

RemotePath

Gets the path of the remote file or directory that is currently processed. Inherited from ProblemDetectedEventArgs.

UserState

Gets a user state object. Inherited from ProblemDetectedEventArgs.

Methods

Name Description
Cancel()

Indicate to the sender that the operation should be canceled. Inherited from ProblemDetectedEventArgs.

Fail()

Indicate to the sender that an exception should be raised. Inherited from ProblemDetectedEventArgs.

FollowLink()

Indicate to the sender that the current link should be resolved. Inherited from ProblemDetectedEventArgs.

IsOverwriteConditionPossible(OverwriteCondition)

Determines whether the specified overwrite condition is currently possible - use this to determine which overwrite conditions can be applied. Inherited from ProblemDetectedEventArgs.

IsReactionPossible(TransferProblemReaction)

Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied. Inherited from ProblemDetectedEventArgs.

Overwrite()

Indicate to the sender that the current item should be overwritten. Inherited from ProblemDetectedEventArgs.

Overwrite(OverwriteCondition)

Indicate to the sender that the current item should be overwritten if the specified condition is met. Inherited from ProblemDetectedEventArgs.

Rename()

Indicate to the sender that the current item should be renamed. New name is generated from the current item according the pattern "filename[number].extension". Inherited from ProblemDetectedEventArgs.

Rename(String)

Indicate to the sender that the current item should be renamed. Inherited from ProblemDetectedEventArgs.

Resume()

Indicate to the sender that the current item should be resumed. Inherited from ProblemDetectedEventArgs.

Retry()

Indicate to the sender that the operation on the current item should be retired. Inherited from ProblemDetectedEventArgs.

Skip()

Indicate to the sender that the problematic item should be skipped. Inherited from ProblemDetectedEventArgs.

In This Article
  • Properties
  • Methods
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies