HttpContent
HttpContent()
Headers
CopyTo(Stream, TransportContext, CancellationToken)
CopyToAsync(Stream)
CopyToAsync(Stream, CancellationToken)
CopyToAsync(Stream, TransportContext)
CopyToAsync(Stream, TransportContext, CancellationToken)
CreateContentReadStream(CancellationToken)
CreateContentReadStreamAsync()
CreateContentReadStreamAsync(CancellationToken)
Dispose()
Dispose(Boolean)
LoadIntoBufferAsync()
LoadIntoBufferAsync(CancellationToken)
LoadIntoBufferAsync(Int64)
LoadIntoBufferAsync(Int64, CancellationToken)
ReadAsByteArrayAsync()
ReadAsByteArrayAsync(CancellationToken)
ReadAsStream()
ReadAsStream(CancellationToken)
ReadAsStreamAsync()
ReadAsStreamAsync(CancellationToken)
ReadAsStringAsync()
ReadAsStringAsync(CancellationToken)
SerializeToStream(Stream, TransportContext, CancellationToken)
SerializeToStreamAsync(Stream, TransportContext)
SerializeToStreamAsync(Stream, TransportContext, CancellationToken)
TryComputeLength(Int64)
AsString(HttpContent)
GetODataMessageReaderAsync(HttpContent, ODataMessageReaderSettings)
GetODataMessageReaderAsync(HttpContent, ODataMessageReaderSettings, CancellationToken)
IsFormData(HttpContent)
IsHttpRequestMessageContent(HttpContent)
IsHttpResponseMessageContent(HttpContent)
IsJson(HttpContent)
IsMimeMultipartContent(HttpContent)
IsMimeMultipartContent(HttpContent, String)
IsXml(HttpContent)
ReadAsAsync(HttpContent, Type)
ReadAsAsync(HttpContent, Type, CancellationToken)
ReadAsAsync<T>(HttpContent)
ReadAsAsync<T>(HttpContent, CancellationToken)
ReadAsAsync<T>(HttpContent, IEnumerable<MediaTypeFormatter>)
ReadAsAsync(HttpContent, Type, IEnumerable<MediaTypeFormatter>)
ReadAsAsync<T>(HttpContent, IEnumerable<MediaTypeFormatter>, CancellationToken)
ReadAsAsync<T>(HttpContent, IEnumerable<MediaTypeFormatter>, IFormatterLogger)
ReadAsAsync(HttpContent, Type, IEnumerable<MediaTypeFormatter>, CancellationToken)
ReadAsAsync(HttpContent, Type, IEnumerable<MediaTypeFormatter>, IFormatterLogger)
ReadAsAsync<T>(HttpContent, IEnumerable<MediaTypeFormatter>, IFormatterLogger, CancellationToken)
ReadAsAsync(HttpContent, Type, IEnumerable<MediaTypeFormatter>, IFormatterLogger, CancellationToken)
ReadAsFormDataAsync(HttpContent)
ReadAsFormDataAsync(HttpContent, CancellationToken)
ReadAsHttpRequestMessageAsync(HttpContent)
ReadAsHttpRequestMessageAsync(HttpContent, CancellationToken)
ReadAsHttpRequestMessageAsync(HttpContent, String)
ReadAsHttpRequestMessageAsync(HttpContent, String, CancellationToken)
ReadAsHttpRequestMessageAsync(HttpContent, String, Int32)
ReadAsHttpRequestMessageAsync(HttpContent, String, Int32, CancellationToken)
ReadAsHttpRequestMessageAsync(HttpContent, String, Int32, Int32)
ReadAsHttpRequestMessageAsync(HttpContent, String, Int32, Int32, CancellationToken)
ReadAsHttpResponseMessageAsync(HttpContent)
ReadAsHttpResponseMessageAsync(HttpContent, CancellationToken)
ReadAsHttpResponseMessageAsync(HttpContent, Int32)
ReadAsHttpResponseMessageAsync(HttpContent, Int32, CancellationToken)
ReadAsHttpResponseMessageAsync(HttpContent, Int32, Int32)
ReadAsHttpResponseMessageAsync(HttpContent, Int32, Int32, CancellationToken)
ReadAsMultipartAsync(HttpContent)
ReadAsMultipartAsync(HttpContent, CancellationToken)
ReadAsMultipartAsync<T>(HttpContent, T)
ReadAsMultipartAsync<T>(HttpContent, T, CancellationToken)
ReadAsMultipartAsync<T>(HttpContent, T, Int32)
ReadAsMultipartAsync<T>(HttpContent, T, Int32, CancellationToken)
ReadFromJsonAsAsyncEnumerable<TValue>(HttpContent, CancellationToken)
ReadFromJsonAsAsyncEnumerable<TValue>(HttpContent, JsonSerializerOptions, CancellationToken)
ReadFromJsonAsAsyncEnumerable<TValue>(HttpContent, JsonTypeInfo<TValue>, CancellationToken)
ReadFromJsonAsync(HttpContent, Type, CancellationToken)
ReadFromJsonAsync(HttpContent, Type, JsonSerializerContext, CancellationToken)
ReadFromJsonAsync(HttpContent, Type, JsonSerializerOptions, CancellationToken)
ReadFromJsonAsync<T>(HttpContent, CancellationToken)
ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)
ReadFromJsonAsync<T>(HttpContent, JsonTypeInfo<T>, CancellationToken)
xamarinwatchos
namespace System.Net.Http
{
public abstract class HttpContent : IDisposable
{
protected abstract Task SerializeToStreamAsync(Stream stream, TransportContext context);
}
}
NetFx Compat Lab | 0.8 % Reference this API |
---|---|
nuget.org | 0.1 % Reference this API |
Upgrade Planner | 0.0 % Reference this API |
Design Reviews |
|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.11.21.31.41.51.62.02.1 |
Information specific to xamarinwatchos | |
Assembly | System.Net.Http , Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API