HttpPipelineTransportOptions 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.
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.  |