HttpPipelineTransportOptions
Enables configuration of options for the  HttpClientTransport
                
The client certificate collection that will be configured for the transport.
            
Gets or sets a value that indicates whether the redirect policy should follow redirection responses.
            
public Func<ServerCertificateCustomValidationArgs, bool> ServerCertificateCustomValidationCallback { get; set; }
A delegate that validates the certificate presented by the server.
            
public HttpPipelineTransportOptions()
Initializes an instance of  HttpPipelineTransportOptions.