108 lines
1.9 KiB
ReStructuredText
108 lines
1.9 KiB
ReStructuredText
|
|
|
|
Microsoft.AspNet.WebUtilities Namespace
|
|
=======================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/FileBufferingReadStream/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/FormReader/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/KeyValueAccumulator/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/MultipartReader/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/MultipartSection/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/QueryHelpers/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/ReasonPhrases/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/StreamHelperExtensions/index
|
|
|
|
|
|
|
|
/autoapi/Microsoft/AspNet/WebUtilities/WebEncoders/index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. dn:namespace:: Microsoft.AspNet.WebUtilities
|
|
|
|
|
|
.. rubric:: Classes
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.FileBufferingReadStream`
|
|
A Stream that wraps another stream and enables rewinding by buffering the content as it is read.
|
|
The content is buffered in memory up to a certain size and then spooled to a temp file on disk.
|
|
The temp file will be deleted on Dispose.
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.FormReader`
|
|
Used to read an 'application/x-www-form-urlencoded' form.
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.KeyValueAccumulator`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.MultipartReader`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.MultipartSection`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.QueryHelpers`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.ReasonPhrases`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.StreamHelperExtensions`
|
|
|
|
|
|
|
|
class :dn:cls:`Microsoft.AspNet.WebUtilities.WebEncoders`
|
|
Contains utility APIs to assist with common encoding and decoding operations.
|
|
|
|
|