IHttpProvider Interface

Definition

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)

Sends the request.

SendAsync(HttpRequestMessage, HttpCompletionOption, CancellationToken)

Sends the request.

Applies to