你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClientPipeline 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 extensible pipeline used by clients that call cloud services to send and receive HTTP request and responses. Creators of ClientPipeline can modify how it process a PipelineMessage by adding PipelinePolicy instances at various points in the default pipeline.
public sealed class ClientPipeline
type ClientPipeline = class
Public NotInheritable Class ClientPipeline
- Inheritance
-
ClientPipeline
Methods
Create(ClientPipelineOptions, ReadOnlySpan<PipelinePolicy>, ReadOnlySpan<PipelinePolicy>, ReadOnlySpan<PipelinePolicy>) |
Create an instance of a ClientPipeline from the provided ClientPipelineOptions and PipelinePolicy collections. |
Create(ClientPipelineOptions) |
Create an instance of a ClientPipeline from the provided ClientPipelineOptions. |
CreateMessage() |
Creates a PipelineMessage that can be sent using this pipeline instance. |
Send(PipelineMessage) |
Send the provided PipelineMessage. |
SendAsync(PipelineMessage) |
Send the provided PipelineMessage. |