System.ClientModel.Primitives.PipelineRequest
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.
Gets or sets the contents of the HTTP request.
Gets or sets the derived-type's value of the request's
Content.
Gets the collection of HTTP request headers.
Gets or sets the derived-type's value of the request's
Headers collection.
Gets or sets the HTTP method used by the HTTP request.
Gets or sets the derived-type's value of the request's
Method.
Gets or sets the Uri used for the HTTP request.
Gets or sets the derived-type's value of the request's Uri.
protected PipelineRequest()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.