C# Class Microsoft.AspNetCore.Builder.ResponseBufferingMiddlewareExtensions

Mostrar archivo Open project: aspnet/BasicMiddleware

Public Methods

Method Description
UseResponseBuffering ( this builder ) : IApplicationBuilder

Enables full buffering of response bodies. This can be disabled on a per request basis using IHttpBufferingFeature.

Method Details

UseResponseBuffering() public static method

Enables full buffering of response bodies. This can be disabled on a per request basis using IHttpBufferingFeature.
public static UseResponseBuffering ( this builder ) : IApplicationBuilder
builder this
return IApplicationBuilder