HttpRequestInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an HTTP request to be sent by an IHttpRequestHandler.
public sealed class HttpRequestInfo
type HttpRequestInfo = class
Public NotInheritable Class HttpRequestInfo
- Inheritance
-
HttpRequestInfo
Constructors
| Name | Description |
|---|---|
| HttpRequestInfo() | |
Properties
| Name | Description |
|---|---|
| Body |
Gets the serialized request body, or |
| BodyContentType |
Gets the |
| ConnectionName |
Gets the name of the declared remote connection, or |
| Headers |
Gets the headers to include on the request, excluding the |
| Method |
Gets the HTTP method to use (GET, POST, PUT, PATCH, DELETE). |
| QueryParameters |
Gets the query parameters to append to the request URL, with values already formatted as strings. |
| Timeout |
Gets the maximum amount of time to wait for the request to complete, or |
| Url |
Gets the absolute URL to send the request to. |