C# 클래스 AngleSharp.IoConfigurationExtensions

Additional extensions for improved requesters.
파일 보기 프로젝트 열기: AngleSharp/AngleSharp.Io

공개 메소드들

메소드 설명
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