PipelineTransport
Represents an HTTP pipeline transport used to send and receive HTTP requests
            and responses.
            
                
protected PipelineTransport()
Creates a new instance of the  PipelineTransport class.
            
Creates a new instance of the  PipelineTransport class.
            
Create an instance of  PipelineMessage that can be sent
            using this transport instance. This method will rarely be called directly;
             CreateMessage should be called instead.
            
Creates a new transport-specific instance of  PipelineMessage.
            Types that derive from  PipelineTransport must implement this
            method to provide transport-specific functionality.
            
Transport-specific implementation used to sends the HTTP request
            contained by  Request and set the
            value of  Response. Types that derive
            from  PipelineTransport must implement this method to
            provide transport-specific functionality.
            
Transport-specific implementation used to sends the HTTP request
            contained by  Request and set the
            value of  Response. Types that derive
            from  PipelineTransport must implement this method to
            provide transport-specific functionality.