HttpClientTransport 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.
An HttpPipelineTransport implementation that uses HttpClient as the transport.
public class HttpClientTransport : Azure.Core.Pipeline.HttpPipelineTransport, IDisposable
type HttpClientTransport = class
inherit HttpPipelineTransport
interface IDisposable
Public Class HttpClientTransport
Inherits HttpPipelineTransport
Implements IDisposable
- Inheritance
- Implements
Constructors
HttpClientTransport() |
Creates a new HttpClientTransport instance using default configuration. |
HttpClientTransport(HttpClient) |
Creates a new instance of HttpClientTransport using the provided client instance. |
HttpClientTransport(HttpMessageHandler) |
Creates a new instance of HttpClientTransport using the provided client instance. |
Fields
Shared |
A shared instance of HttpClientTransport with default parameters. |
Methods
CreateRequest() |
Creates a new transport specific instance of Request. This should not be called directly, CreateRequest() or CreateMessage() should be used instead. |
Dispose() |
Disposes the underlying HttpClient. |
Process(HttpMessage) |
Sends the request contained by the |
ProcessAsync(HttpMessage) |
Sends the request contained by the |