5.2.5
2 May 18
Toggle Dropdown
Version 6
6.0.0
23 Oct 23
6.0.0-preview1
3 Apr 23
Version 5
5.2.9
31 May 22
5.2.8
12 Apr 22
5.2.7
29 Nov 18
5.2.6
11 May 18
5.2.5
2 May 18
5.2.5-preview1
19 Mar 18
5.2.4
12 Feb 18
5.2.4-preview1
5 Jan 18
5.2.3
9 Feb 15
5.2.3-beta1
17 Dec 14
5.2.2
28 Aug 14
5.2.2-rc
23 Aug 14
5.2.0
1 Jul 14
5.2.0-rc
27 May 14
5.1.2
2 Apr 14
5.1.1
10 Feb 14
5.1.0
17 Jan 14
5.1.0-rc1
6 Dec 13
5.0.0
17 Oct 13
5.0.0-rc1
23 Aug 13
5.0.0-beta2
26 Jun 13
5.0.0-beta1
26 Jun 13
5.0.0-alpha1
15 May 13
Version 4
4.1.0-alpha-120809
15 Aug 12
4.0.30506
16 May 13
4.0.20710
11 Aug 12
4.0.20505
31 May 12
Compare to version...
with 5.1.0
Toggle Dropdown
Version 6
6.0.0
23 Oct 23
6.0.0-preview1
3 Apr 23
Version 5
5.2.9
31 May 22
5.2.8
12 Apr 22
5.2.7
29 Nov 18
5.2.6
11 May 18
5.2.5
2 May 18
5.2.5-preview1
19 Mar 18
5.2.4
12 Feb 18
5.2.4-preview1
5 Jan 18
5.2.3
9 Feb 15
5.2.3-beta1
17 Dec 14
5.2.2
28 Aug 14
5.2.2-rc
23 Aug 14
5.2.0
1 Jul 14
5.2.0-rc
27 May 14
5.1.2
2 Apr 14
5.1.1
10 Feb 14
5.1.0
17 Jan 14
5.1.0-rc1
6 Dec 13
5.0.0
17 Oct 13
5.0.0-rc1
23 Aug 13
5.0.0-beta2
26 Jun 13
5.0.0-beta1
26 Jun 13
5.0.0-alpha1
15 May 13
Version 4
4.1.0-alpha-120809
15 Aug 12
4.0.30506
16 May 13
4.0.20710
11 Aug 12
4.0.20505
31 May 12
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.AspNet.WebApi.Client"
Version
=
"5.2.5"
/>
API Differences between 5.2.5 and 5.1.0
13
Additions
32
Removals
System.Net.Http
public
class
ByteRangeStreamContent
:
HttpContent
public
static
class
HttpContentFormDataExtensions
public
static
Task
<
NameValueCollection
>
ReadAsFormDataAsync
(
this
HttpContent
content
)
public
static
Task
<
NameValueCollection
>
ReadAsFormDataAsync
(
this
HttpContent
content
,
CancellationToken
cancellationToken
)
public
static
Task
<
HttpValueCollection
>
ReadAsFormDataAsync
(
this
HttpContent
content
)
public
static
Task
<
HttpValueCollection
>
ReadAsFormDataAsync
(
this
HttpContent
content
,
CancellationToken
cancellationToken
)
public
static
class
HttpRequestHeadersExtensions
public
static
class
HttpRequestMessageExtensions
public
static
class
HttpResponseHeadersExtensions
public
class
InvalidByteRangeException
:
Exception
public
class
MultipartFileStreamProvider
:
MultipartStreamProvider
public
class
MultipartFormDataStreamProvider
:
MultipartFileStreamProvider
public
static
class
UriExtensions
public
static
NameValueCollection
ParseQueryString
(
this
Uri
address
)
public
static
HttpValueCollection
ParseQueryString
(
this
Uri
address
)
System.Net.Http.Formatting
public
abstract
class
BaseJsonMediaTypeFormatter
:
MediaTypeFormatter
public
virtual
int
MaxDepth
{
get
;
set
; }
public
abstract
class
BufferedMediaTypeFormatter
:
MediaTypeFormatter
public
class
ContentNegotiationResult
public
class
DefaultContentNegotiator
:
IContentNegotiator
public
class
FormDataCollection
:
IEnumerable
<
KeyValuePair
<
string
,
string
>>,
IEnumerable
public
interface
IContentNegotiator
public
class
HttpValueCollection
:
IEnumerable
<
KeyValuePair
<
string
,
string
>>,
IEnumerable
public
int
Count
{
get
; }
public
string
this
[
string
name
] {
get
; }
public
HttpValueCollection
()
public
void
Add
(
string
name
,
string
value
)
public
string
Get
(
string
name
)
public
IEnumerator
<
KeyValuePair
<
string
,
string
>>
GetEnumerator
()
public
string
[]
GetValues
(
string
name
)
public
interface
IRequiredMemberSelector
public
class
JsonContractResolver
:
DefaultContractResolver
public
class
JsonMediaTypeFormatter
:
BaseJsonMediaTypeFormatter
public
bool
UseDataContractJsonSerializer
{
get
;
set
; }
public
virtual
DataContractJsonSerializer
CreateDataContractSerializer
(
Type
type
)
public
abstract
class
MediaTypeFormatter
public
Collection
<
MediaTypeMapping
>
MediaTypeMappings
{
get
; }
public
virtual
IRequiredMemberSelector
RequiredMemberSelector
{
get
;
set
; }
public
class
MediaTypeFormatterCollection
:
Collection
<
MediaTypeFormatter
>
public
void
AddRange
(
IEnumerable
<
MediaTypeFormatter
>
items
)
public
void
InsertRange
(
int
index
,
IEnumerable
<
MediaTypeFormatter
>
items
)
public
static
class
MediaTypeFormatterExtensions
public
class
MediaTypeFormatterMatch
public
enum
MediaTypeFormatterMatchRanking
public
abstract
class
MediaTypeMapping
public
class
QueryStringMapping
:
MediaTypeMapping
public
class
RequestHeaderMapping
:
MediaTypeMapping
public
class
XmlHttpRequestHeaderMapping
:
RequestHeaderMapping
public
class
XmlMediaTypeFormatter
:
MediaTypeFormatter
public
int
MaxDepth
{
get
;
set
; }
System.Net.Http.Headers
public
class
CookieHeaderValue
:
ICloneable
public
class
CookieState
:
ICloneable