你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PipelineRequest 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.
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. |