你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PipelineRequest Class
A pipeline request object.
Container for moving the HttpRequest through the pipeline. Universal for all transports, both synchronous and asynchronous.
Constructor
PipelineRequest(http_request: HTTPRequestType, context: PipelineContext)
Parameters
Name | Description |
---|---|
http_request
Required
|
The request object. |
context
Required
|
Contains the context - data persisted between pipeline requests. |