issues
search
aspnet
/
HttpAbstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382
stars
193
forks
source link
Make stream public and add doc
#1011
Closed
Tornhoof
closed
6 years ago
Tornhoof
commented
6 years ago
Changes:
Made the stream public
Added comments to all public members, the interesting read line comments were taken and modified from
https://github.com/dotnet/coreclr/blob/b5f4d2df2e087401f2c3aab2c37021e326707915/src/mscorlib/shared/System/IO/StreamReader.cs#L795-L800
. Most other comments were either
glennc
commented
6 years ago
I am OK with this.
Changes: