HttpPipeline
Represents a primitive for sending HTTP requests and receiving responses extensible by adding  HttpPipelinePolicy processing steps.
            
                
The  ResponseClassifier instance used in this pipeline invocations.
            
public HttpPipeline(HttpPipelineTransport transport, HttpPipelinePolicy[] policies = null, ResponseClassifier responseClassifier = null)
Creates a new instance of  HttpPipeline with the provided transport, policies and response classifier.
            
Creates a scope in which all outgoing requests would use the provided
             
public static IDisposable CreateHttpMessagePropertiesScope(IDictionary<string, object> messageProperties)
Creates a scope in which all  HttpMessages would have provided properties.
            
Creates a new  HttpMessage instance.
            
Creates a new  HttpMessage instance.
            
Creates a new  Request instance.
            
Invokes the pipeline synchronously. After the task completes response would be set to the  Response property.
            
Invokes the pipeline asynchronously. After the task completes response would be set to the  Response property.
            
Invokes the pipeline synchronously with the provided request.
            
Invokes the pipeline asynchronously with the provided request.