Differences
This shows you the differences between the selected revisions of the page.
2011-12-29 | 2011-12-29 | ||
library_operationresultbase (martin) | typography (martin) | ||
Line 14: | Line 14: | ||
^ Class ^ Description ^ | ^ Class ^ Description ^ | ||
- | | ''[[library_chmodargs|ChmodArgs]]'' | Provides data for change of permissions event. | | + | | [[library_chmodargs|ChmodArgs]] | Provides data for change of permissions event. | |
- | | ''[[library_failedargs|FailedArgs]]'' | Provides data for ''[[library_session_failed|Session.Failed]]'' event. | | + | | [[library_failedargs|FailedArgs]] | Provides data for ''[[library_session_failed|Session.Failed]]'' event. | |
- | | ''[[library_operationresultbase|OperationResultBase]]'' | Represents results of abstract batch operation. | | + | | [[library_operationresultbase|OperationResultBase]] | Represents results of abstract batch operation. | |
- | | ''[[library_operationresult|OperationResult<T>]]'' | Represents results of simple batch operation. | | + | | [[library_operationresult|OperationResult<T>]] | Represents results of simple batch operation. | |
- | | ''[[library_permissions|Permissions]]'' | Represents *nix-style remote file permissions. | | + | | [[library_permissions|Permissions]] | Represents *nix-style remote file permissions. | |
- | | ''[[library_removeargs|RemoveArgs]]'' | Provides data for remote file removal event. | | + | | [[library_removeargs|RemoveArgs]] | Provides data for remote file removal event. | |
- | | ''[[library_remotefileinfo|RemoteFileInfo]]'' | Represents data about remote file. | | + | | [[library_remotefileinfo|RemoteFileInfo]] | Represents data about remote file. | |
- | | ''[[library_session|Session]]'' | Represents session. Provides methods for manipulating remote files. | | + | | [[library_session|Session]] | Represents session. Provides methods for manipulating remote files. | |
- | | ''[[library_sessionexception|SessionException]]'' | Exception associated with the ''[[library_session|Session]]''. | | + | | [[library_sessionexception|SessionException]] | Exception associated with the ''[[library_session|Session]]''. | |
- | | ''[[library_sessionoptions|SessionOptions]]'' | Defines information to allow an automatic connection and authentication of the session. Is used with ''[[library_session_open|Session.Open]]'' method. | | + | | [[library_sessionoptions|SessionOptions]] | Defines information to allow an automatic connection and authentication of the session. Is used with ''[[library_session_open|Session.Open]]'' method. | |
- | | ''[[library_synchronizationresult|SynchronizationResult]]'' | Represents results of synchronization, ''[[library_session_synchronize|Session.Synchronize]]''. | | + | | [[library_synchronizationresult|SynchronizationResult]] | Represents results of synchronization, ''[[library_session_synchronize|Session.Synchronize]]''. | |
- | | ''[[library_touchargs|TouchArgs]]'' | Provides data for remote file timestamp change event. | | + | | [[library_touchargs|TouchArgs]] | Provides data for remote file timestamp change event. | |
- | | ''[[library_transferargs|TransferArgs]]'' | Provides data for ''[[library_session_filetransfer|Session.FileTransfer]]'' event. | | + | | [[library_transferargs|TransferArgs]] | Provides data for ''[[library_session_filetransfer|Session.FileTransfer]]'' event. | |
- | | ''[[library_transferoptions|TransferOptions]]'' | Defines options for file transfers. | | + | | [[library_transferoptions|TransferOptions]] | Defines options for file transfers. | |