C# Класс AngleSharp.IoConfigurationExtensions

Additional extensions for improved requesters.
Показать файл Открыть проект

Открытые методы

Метод Описание
WithRequesters ( this configuration, Action setup = null ) : IConfiguration

Adds a loader service that comes with all (improved) requesters.

WithRequesters ( this configuration, HttpMessageHandler httpMessageHandler, Action setup = null ) : IConfiguration

Adds a loader service that comes with all (improved) requesters.

Описание методов

WithRequesters() публичный статический Метод

Adds a loader service that comes with all (improved) requesters.
public static WithRequesters ( this configuration, Action setup = null ) : IConfiguration
configuration this The configuration to use.
setup Action Optional setup for the loader service.
Результат IConfiguration

WithRequesters() публичный статический Метод

Adds a loader service that comes with all (improved) requesters.
public static WithRequesters ( this configuration, HttpMessageHandler httpMessageHandler, Action setup = null ) : IConfiguration
configuration this The configuration to use.
httpMessageHandler System.Net.Http.HttpMessageHandler /// The HTTP handler stack to use for sending requests. ///
setup Action Optional setup for the loader service.
Результат IConfiguration