C# Class IronPigeon.Providers.HttpClientWrapper

A simple MEF part that wraps an HttpMessageHandler in a new HttpClient for all importers.
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Свойство Type Description
DefaultTimeoutInitValue System.TimeSpan

Méthodes publiques

Méthode Description
HttpClientWrapper ( ) : System

Initializes a new instance of the HttpClientWrapper class.

HttpClientWrapper ( HttpMessageHandler messageHandler ) : System

Initializes a new instance of the HttpClientWrapper class.

Method Details

HttpClientWrapper() public méthode

Initializes a new instance of the HttpClientWrapper class.
public HttpClientWrapper ( ) : System
Résultat System

HttpClientWrapper() public méthode

Initializes a new instance of the HttpClientWrapper class.
public HttpClientWrapper ( HttpMessageHandler messageHandler ) : System
messageHandler System.Net.Http.HttpMessageHandler The message handler.
Résultat System

Property Details

DefaultTimeoutInitValue public_oe static_oe property

The default timeout.
public static TimeSpan,System DefaultTimeoutInitValue
Résultat System.TimeSpan