The FTPFileSystemWatcher type exposes the following members.

Constructors

  NameDescription
Public methodFTPFileSystemWatcher
Default consructor.

Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose()()()() (Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Protected methodGetService (Inherited from Component.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodLinkComponent
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodOnChanged
Protected methodOnCreated
Called when a file is created in the current remote directory.
Protected methodOnDeleted
Public methodToString (Inherited from Component.)

Properties

  NameDescription
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyConnection
Get or set the FTP connection object for which status information is being displayed.
Public propertyContainer (Inherited from Component.)
Public propertyDelayPeriodSecs
Number of seconds to wait after a connection is established or the current directory is changed before requesting a directory listing.
Protected propertyDesignMode (Inherited from Component.)
Public propertyDirectoryPollingEnabled
Determines whether or not the server directory should be fetched periodically.
Public propertyEnableRaisingEvents
Enables generation of events.
Protected propertyEvents (Inherited from Component.)
Public propertyPollingPeriodSecs
Number of seconds between consecutive directory listings.
Public propertySite (Inherited from Component.)

Events

  NameDescription
Public eventChanged
Notifies that the size and/or last-modified time of a file in the current remote directory has changed.
Public eventCreated
Notifies that a file has been created in the current remote directory.
Public eventDeleted
Notifies that a file has been deleted in the current remote directory.
Public eventDisposed (Inherited from Component.)

See Also