Microsoft.Dss.Core.DsspHttpUtilities Namespace
Microsoft Robotics Class Reference
Classes
Class | Description | |
---|---|---|
DsspHttpUtilitiesBase |
Common implementation for Dss Http utility requests
|
|
DsspHttpUtilitiesPort |
Dss Http utilities port
|
|
DsspHttpUtilitiesService |
Internal utility service that helps with HTTP request/response handling
|
|
HttpPostFile |
Representation of a file uploaded through a HTTP POST request
|
|
HttpPostFileCollection |
Represents a name/value collection of files uploaded through a HTTP POST request. The collection supports multiple values per name through the GetValues methods.
|
|
HttpPostParseException |
Exception that is thrown if an error occurs during HTTP POST request parsing
|
|
HttpPostRequestData |
Contains data supplied with a HTTP POST request by a client, such as parameters and uploaded binaries.
|
|
HttpRequestData |
Contains processed data supplied with a HTTP request by a client, such as url encoded parameters
|
|
ReadAllFormData |
Extracts all HTML form data from an HTTP POST request stream. Supports both multipart and standard forms, as well as file uploads.
|
|
ReadFormData |
Extracts HTML form data from a HTTP POST request stream. Multipart forms (which are needed for file uploads) are not supported, for this purpose use ReadAllFormData instead
|
|
ReadFormDataBase |
Common ReadFormData class for form data parsing
|
|
ReadRequestToStream |
Reads from an http request stream and writes the data to a supplied output stream
|
|
Utilities |
Http utilities for handling HttpListener request/response
|
|
WriteResponseFromStream |
Reads the data from a supplied source stream and writes them to an HTTP response stream
|