Namespace Dapplo.HttpExtensions.Support
Classes
AsyncLock
A simple class to make it possible to lock a resource while waiting
DelegatingStringEncryptionTypeConverter
This converter wraps the Dapplo.Config.Converters.StringEncryptionTypeConverter As it is used in the IOAuth2Token as TypeConverter attribute, which is only used from the Dapplo.Config framework
DelegatingTypeConverter
Use this to delegate to an not yet existing TypeConverter Example: DelegatingStringEncryptionTypeConverter
HttpAttribute
This attribute marks a property as "http content"
HttpSettings
This class contains the default settings for the proxy / httpclient These can be modified, are on a global "application" scale. Most have their normal defaults, which would also normally be used, some have special settings The default values and the property descriptions are in the IHttpSettings (which can be used by Dapplo.Config)
ProgressStreamContent
The ProgressStreamContent makes it possible to track the progress of a http-post for a stream
SimpleJsonSerializer
This defines the default way how Json is de-/serialized.
Enums
HttpParts
Marker for the response
MediaTypes
Use this enum for the creating the accept header or checking the content-type
ProgressStreamContent.UploadStates
Enum which specifies the current upload state