HttpPipelineSynchronousPolicy 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 a HttpPipelinePolicy that doesn't do any asynchronous or synchronously blocking operations.
public abstract class HttpPipelineSynchronousPolicy : Azure.Core.Pipeline.HttpPipelinePolicy
type HttpPipelineSynchronousPolicy = class
inherit HttpPipelinePolicy
Public MustInherit Class HttpPipelineSynchronousPolicy
Inherits HttpPipelinePolicy
- Inheritance
Constructors
HttpPipelineSynchronousPolicy() |
Initializes a new instance of HttpPipelineSynchronousPolicy |
Methods
OnReceivedResponse(HttpMessage) |
Method is invoked after the response is received. |
OnSendingRequest(HttpMessage) |
Method is invoked before the request is sent. |
Process(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Applies the policy to the |
ProcessAsync(HttpMessage, ReadOnlyMemory<HttpPipelinePolicy>) |
Applies the policy to the |
Applies to
Azure SDK for .NET