Ler em inglês Editar

Partilhar via


HttpRequestBase.GetBufferedInputStream Method

Definition

When implemented in a derived class, gets a Stream object that can be used to read the incoming HTTP entity body.

C#
public virtual System.IO.Stream GetBufferedInputStream();

Returns

A Stream object that can be used to read the incoming HTTP entity body. Because this information is preserved, downstream code such as ASP.NET Web Forms pages (.aspx files) will run successfully. This is not the case with the GetBufferlessInputStream() method.

Applies to

Produto Versões
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1