Improve this Doc View Source

Namespace Dapplo.HttpExtensions.ContentConverter

Classes

BitmapHttpContentConverter

This can convert HttpContent from/to a GDI Bitmap

BitmapSourceHttpContentConverter

This can convert HttpContent from/to a WPF BitmapImage

ByteArrayHttpContentConverter

This can convert HttpContent from/to a byte[]

FormUriEncodedContentConverter

This can convert HttpContent from/to a IEnumerable keyvaluepair string-string or IDictionary string,string A common usage is the oauth2 token request as described here: https://developers.google.com/identity/protocols/OAuth2InstalledApp (the response would be json, that is for the JsonHttpContentConverter)

JsonHttpContentConverter

This can convert HttpContent from/to Json TODO: add JsonObject from SimpleJson for more clear generic code..

StreamHttpContentConverter

This can convert HttpContent from/to a MemoryStream

StringHttpContentConverter

This can convert HttpContent from/to a string

SyndicationFeedHttpContentConverter

This can convert HttpContent from/to a SyndicationFeed

XDocumentHttpContentConverter

This can convert HttpContent from/to a SyndicationFeed