HttpPipelinePolicy 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.
Represent an extension point for the HttpPipeline that can mutate the Request and react to received Response.
public abstract class HttpPipelinePolicy
type HttpPipelinePolicy = class
Public MustInherit Class HttpPipelinePolicy
- Inheritance
-
HttpPipelinePolicy
- Derived
Constructors
HttpPipelinePolicy() |
Methods
Process(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Applies the policy to the |
ProcessAsync(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Applies the policy to the |
ProcessNext(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Invokes the next HttpPipelinePolicy in the |
ProcessNextAsync(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Invokes the next HttpPipelinePolicy in the |
Applies to
Azure SDK for .NET