| Encapsulates an argument passed into an HTTP request sent by HClient. |
| Provides very simple and easy-to-use methods to run an HTTP request and receive the response. |
|
Encapsulates the response received by an HTTP server after a call to HClient.Get(string, params HArg[]), HClient.Post(string, params HArg[]) or related methods. |
|
Exposes a number of convenience methods to compensate for a couple of shortcomings of the built-in Regex class:
namely, returning a non-generic collection of matches, and defaulting to "." not matching newlines. |
| Provides enumerated values to use to set regular expression options. |
| Describes the intended usage of a "settings" class to SettingsUtil methods. |
|
Provides a base class for settings classes, implementing certain common usage patterns. See remarks for detailed
usage instructions. |
| Indicates that the user chose to cancel the current operation. |
| Determines what the settings in the settings file are logically "attached" to. |
| Specifies what to do in case of operation failing. |
| Determines which serializer the settings are read/written by. |
| Like SettingsBase, but implements an additional save method. |
| Provides convenience methods for loading and saving application settings. |