You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
// Copyright (c) .NET Foundation. All rights reserved.
2
+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
+
4
+
namespaceMicrosoft.AspNetCore.Http.Features
5
+
{
6
+
/// <summary>
7
+
/// Controls the IO behavior for the <see cref="IHttpRequestFeature.Body"/> and <see cref="IHttpResponseFeature.Body"/>
8
+
/// </summary>
9
+
publicinterfaceIHttpBodyControlFeature
10
+
{
11
+
/// <summary>
12
+
/// Gets or sets a value that controls whether synchronous IO is allowed for the <see cref="IHttpRequestFeature.Body"/> and <see cref="IHttpResponseFeature.Body"/>
0 commit comments