Share via


HttpRequestData Class

Definition

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 headers to the Headers.

Applies to