<PackageReference Include="Azure.Core" Version="1.44.1" />

HttpPipelineOptions

public class HttpPipelineOptions
Specifies configuration of options for building the HttpPipeline
public ClientOptions ClientOptions { get; }

The customer provided client options object.

Client provided per-call policies.

Client provided per-retry policies.

Responsible for parsing the error content related to a failed request from the service.

The client provided response classifier.

Initializes a new instance of HttpPipelineOptions.