HttpRequestData 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.
Structure that represents an incoming or an outgoing http request.
public class HttpRequestData
type HttpRequestData = class
Public Class HttpRequestData
- Inheritance
-
HttpRequestData
Constructors
HttpRequestData() |
Properties
Body |
Gets or sets the http request body. |
ClientCertificates |
Gets the certificate collection involved in authenticating the client against the server. |
Headers |
Gets or sets the collection of http request headers. |
Method |
Gets or sets the http request method. |
PropertyBag |
Gets or sets an IDictionary<TKey,TValue> that enables custom extensibility scenarios. |
Uri |
Gets or sets the http request URI. |
Methods
AppendHeaders(HttpHeaders) |
A utility method that appends |