HttpPipelineTransport 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.
Represents an HTTP pipeline transport used to send HTTP requests and receive responses.
public abstract class HttpPipelineTransport
type HttpPipelineTransport = class
Public MustInherit Class HttpPipelineTransport
- Inheritance
-
HttpPipelineTransport
- Derived
Constructors
HttpPipelineTransport() |
Methods
CreateRequest() |
Creates a new transport specific instance of Request. This should not be called directly, CreateRequest() or CreateMessage() should be used instead. |
Process(HttpMessage) |
Sends the request contained by the |
ProcessAsync(HttpMessage) |
Sends the request contained by the |
Applies to
Azure SDK for .NET