HttpPipelineTransport
Represents an HTTP pipeline transport used to send HTTP requests and receive responses.
            
                
protected HttpPipelineTransport()
Creates a new transport specific instance of  Request. This should not be called directly,  CreateRequest or
             CreateMessage should be used instead.
            
Sends the request contained by the message and sets the  Response property to received response synchronously.
            
Sends the request contained by the message and sets the  Response property to received response asynchronously.