|
| class | Base64Url |
| | Static class that does BASE64URL encoding (using URL and filename safe alphabet), as defined in RFC4648: https://tools.ietf.org/html/rfc4648#section-5 More...
|
| |
| class | ColorReference |
| | Color reference. Separate class to avoid reference to Windows Forms or WPF libraries. More...
|
| |
| class | CommonTypes |
| | Helps with parsing of commong data types. More...
|
| |
| class | ConversionSequence |
| | Internal class that performs content conversion by joining a sequence of conversions into one larger.
|
| |
| class | ConversionState |
| | Contains the state of a content conversion process. More...
|
| |
| class | CSV |
| | Helps with common CSV-related tasks. (CSV=Comma Separated Values) More...
|
| |
| struct | Duration |
| | Represents a duration value, as defined by the xsd:duration data type: http://www.w3.org/TR/xmlschema-2/#duration More...
|
| |
| interface | IContentConverter |
| | Basic interface for Internet Content encoders. A class implementing this interface and having a default constructor, will be able to partake in object encodings through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentDecoder |
| | Basic interface for Internet Content decoders. A class implementing this interface and having a default constructor, will be able to partake in object decodings through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentDeleter |
| | Basic interface for Internet Content deleters. A class implementing this interface and having a default constructor, will be able to partake in deleting content through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentEncoder |
| | Basic interface for Internet Content encoders. A class implementing this interface and having a default constructor, will be able to partake in object encodings through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentGetter |
| | Basic interface for Internet Content getters. A class implementing this interface and having a default constructor, will be able to partake in retrieving content through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentHeader |
| | Basic interface for Internet Content headers. A class implementing this interface and having a default constructor, will be able to partake in retrieving headers through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentPoster |
| | Basic interface for Internet Content posters. A class implementing this interface and having a default constructor, will be able to partake in posting content through the static InternetContent class. No registration is required. More...
|
| |
| interface | IContentPutter |
| | Basic interface for Internet Content putters. A class implementing this interface and having a default constructor, will be able to partake in putting content through the static InternetContent class. No registration is required. More...
|
| |
| interface | IFileNameResource |
| | Basic interface for resources having a FileName property. More...
|
| |
| interface | IHostReference |
| | Interface for objects that contain a reference to a host. More...
|
| |
| interface | IInternetContent |
| | Base interface for Internet content encoders or decoders. More...
|
| |
| class | InternetContent |
| | Static class managing encoding and decoding of internet content. More...
|
| |
| interface | IResourceMap |
| | Basic interface for Resource maps. More...
|
| |
| class | JSON |
| | Helps with common JSON-related tasks. More...
|
| |
| class | NamedDictionary |
| | A Named dictionary is a dictionary, with a local name and a namespace. Use it to return content that can be encoded both as JSON or XML. More...
|
| |
| class | RemoteCertificateEventArgs |
| | Remove certificate validation event arguments. More...
|
| |
| class | Resources |
| | Static class managing loading of resources stored as embedded resources or in content files. More...
|
| |
| class | TSV |
| | Helps with common TSV-related tasks. (TSV=TAB Separated Values) More...
|
| |