DotNX::Core::AlreadyRunningError | Thrown when a thread has already been started |
DotNX::Core::Args | Argument relasted helper functions |
DotNX::Core::AutoDisposable< RefType > | Resource management helper |
DotNX::Ftp::Client | Higher level library interface |
DotNX::Core::Code< RepresentationType, ConcreteType > | Supports the use of specific values as conventional codes |
DotNX::Core::CodeError | Base class for Code related exceptions |
DotNX::Core::Collections | Helper functions for generic collections and enumerables |
DotNX::Core::ComparableCollection< KeyType, ValueType > | A SortedCollection that implements IComparable |
DotNX::Config::ConfigElementBasicMapBase< ConfigElementType > | An abstract base class for ConfigurationElement collections that take the form of a map of homogeneous elements |
DotNX::Config::ConfigElementCollectionBase< ConfigElementType > | Abstract base class for generic ConfigurationElement collections |
DotNX::Config::ConfigError | Exception class for configuration related errors |
DotNX::Config::ConfigManagerBase< ConfigSectionType > | Abstract base class for application configuration manager classes |
DotNX::Config::ConfigSectionManager< ConfigSectionType > | Abstract base class for configuration section manager classes |
DotNX::Ftp::Connection | Lower level library interface |
DotNX::Ftp::ConnectionError | |
DotNX::Ftp::ConsoleLogger | A simple logger that outputs messages to the process's console |
DotNX::Ftp::DataConnection | Represents the TCP connection on which data is transmitted |
DotNX::Core::DisposableBase | IDisposable implementation helper |
DotNX::Ftp::Error | |
DotNX::Core::Error | Base class for the library's exception classes |
DotNX::Core::Files | File related helper functions |
DotNX::Core::Future< ResultType > | Future implementation helper class |
DotNX::Config::IConfigManager | Interface for configuration manager classes |
DotNX::Config::IConfigSectionManager< ConfigSectionType > | Interface for configuration section manager classes |
IEquatable | |
DotNX::Ftp::ILogger | A simple interface for a logging destination |
DotNX::Core::InvalidArgumentError | |
DotNX::Core::InvalidCodeError< RepresentationType > | Indicates an attempt to construct an invalid Code instance |
DotNX::Ftp::NullLogger | A log message sink |
DotNX::Ftp::ProtocolError | |
DotNX::Ftp::Reply | Represents the server's response to a command, abstracting from the protocol's details |
DotNX::Ftp::Representation | Represents the representation mode |
DotNX::Ftp::ServerError | The exception class used to signal server side errors |
DotNX::Core::ServiceBase | Windows service helper class |
DotNX::Core::SortedCollection< KeyType, ValueType > | A collection of key/value pairs that guarantees ordered traversal |
DotNX::Core::Strings | String related helper functions |
DotNX::Core::ThreadBase | Thread helper class |
DotNX::Core::ThreadedServiceBase | Supports the implementation of Windows services that run in a separate thread |
DotNX::Core::ThreadError | Generic thread related exception |
DotNX::Core::Tokenizer | Splits a string at each occurrence of one in a set of separator characters |
DotNX::Ftp::TransferMode | Represents the transfer mode |
DotNX::Config::WebConfigManagerBase< ConfigSectionType > | Abstract base class for managers of web applications's configurations |