HttpPipelineTransportOptions Class

Definition

Enables configuration of options for the HttpClientTransport

public class HttpPipelineTransportOptions
type HttpPipelineTransportOptions = class
Public Class HttpPipelineTransportOptions
Inheritance
HttpPipelineTransportOptions

Constructors

HttpPipelineTransportOptions()

Initializes an instance of HttpPipelineTransportOptions.

Properties

ClientCertificates

The client certificate collection that will be configured for the transport.

IsClientRedirectEnabled

Gets or sets a value that indicates whether the redirect policy should follow redirection responses.

ServerCertificateCustomValidationCallback

A delegate that validates the certificate presented by the server.

Applies to