Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
AspNetCore
Buffering
HttpBufferingFeature
C# Class Microsoft.AspNetCore.Buffering.HttpBufferingFeature
Inheritance:
IHttpBufferingFeature
显示文件
Open project: aspnet/BasicMiddleware
Public Methods
Method
Description
DisableRequestBuffering
( ) :
void
DisableResponseBuffering
( ) :
void
Private Methods
Method
Description
HttpBufferingFeature
(
BufferingWriteStream
buffer
,
IHttpBufferingFeature
innerFeature
) :
Microsoft.AspNetCore.Http.Features
Method Details
DisableRequestBuffering()
public
method
public
DisableRequestBuffering
( ) :
void
return
void
DisableResponseBuffering()
public
method
public
DisableResponseBuffering
( ) :
void
return
void