IHttpProvider Interface
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.
Interface for an HTTP provider to send requests.
public interface IHttpProvider : IDisposable
type IHttpProvider = interface
interface IDisposable
Public Interface IHttpProvider
Implements IDisposable
- Derived
- Implements
Properties
OverallTimeout |
Gets or sets the timeout interval. The default value is 100 seconds. |
Serializer |
Gets a serializer for serializing and deserializing JSON objects. |
Methods
SendAsync(HttpRequestMessage, HttpCompletionOption, CancellationToken) |
Sends the request. |
SendAsync(HttpRequestMessage) |
Sends the request. |