Commit Graph

6 Commits

Author SHA1 Message Date
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Haacked eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Haacked 49f95d40f1 Remove Type parameter for IHttpClient send method
This keeps the IHttpClient interface simpler and ensures the
deserialization responsibility lies outside of that class. It only
needed the Type parameter for a special case that could be handled in a
better way.
2015-01-04 18:22:05 -08:00
Brendan Forster f10a3a25f5 addressed a bunch of the Extensions changes 2015-01-03 09:32:07 -08:00
Brendan Forster 061e5981a7 tidying up some of the helper types 2015-01-03 09:30:07 -08:00
Amy Palamountain 4f1f7e6629 Extension method for IHttpClient
To not require cancellation token
2014-03-03 15:23:41 +13:00