C# 클래스 Jackett.Utils.Clients.HttpWebClient

상속: IWebClient
파일 보기 프로젝트 열기: Jackett/Jackett 1 사용 예제들

공개 메소드들

메소드 설명
HttpWebClient ( IProcessService p, Logger l, IConfigurationService c ) : AutoMapper
Init ( ) : void

보호된 메소드들

메소드 설명
Run ( WebRequest webRequest ) : Task

메소드 상세

HttpWebClient() 공개 메소드

public HttpWebClient ( IProcessService p, Logger l, IConfigurationService c ) : AutoMapper
p IProcessService
l Logger
c IConfigurationService
리턴 AutoMapper

Init() 공개 메소드

public Init ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( WebRequest webRequest ) : Task
webRequest WebRequest
리턴 Task