Share via


PipelineRequest Class

Definition

Represents an HTTP request to be sent to a cloud service. The type of a PipelineRequest is specific to the type of the PipelineTransport used by the ClientPipeline that sends the request. Because of this, CreateMessage() is used to create an instance of PipelineRequest for a given pipeline.

public abstract class PipelineRequest : IDisposable
type PipelineRequest = class
    interface IDisposable
Public MustInherit Class PipelineRequest
Implements IDisposable
Inheritance
PipelineRequest
Implements

Constructors

PipelineRequest()

Properties

Content

Gets or sets the contents of the HTTP request.

ContentCore

Gets or sets the derived-type's value of the request's Content.

Headers

Gets the collection of HTTP request headers.

HeadersCore

Gets or sets the derived-type's value of the request's Headers collection.

Method

Gets or sets the HTTP method used by the HTTP request.

MethodCore

Gets or sets the derived-type's value of the request's Method.

Uri

Gets or sets the Uri used for the HTTP request.

UriCore

Gets or sets the derived-type's value of the request's Uri.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to