Name | Description | |
---|---|---|
![]() | Cookies | Returns a Cookies object containing the list of cookies that were sent to the web server. |
![]() | Headers | Returns a reference to a Headers object containing the list of HTTP headers that were sent to the web server. |
![]() | POSTMimeType | Gets the encoding scheme used in a POST request message. |
![]() | POSTParameters | Returns a POSTParameters object containing the list of parameters sent in a POST message. |
![]() | QueryStringValues | Returns a QueryStringValues object containing the list of parameters encoded in the query string section of the URL. |
![]() | RequestLine | Gets the HTTP request line that was sent to the server, e.g. "GET / HTTP/1.1" |
![]() | Stream | A byte array containing the raw HTTP request data (i.e. headers and request body). |