-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Net.Httptenet-performancePerformance related issuePerformance related issue
Milestone
Description
Separated out of https://github.com/dotnet/corefx/issues/21281 for tracking purposes.
- Implement in System.Net.Http in corefx
- Expose from System.Net.Http contract in corefx
- Add tests to System.Net.Http tests in corefx
namespace System.Net.Http
{
public sealed class ReadOnlyBufferContent : HttpContent
{
public ReadOnlyBufferContent(ReadOnlyBuffer<byte> buffer);
… // override relevant members of HttpContent
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Net.Httptenet-performancePerformance related issuePerformance related issue