C# 클래스 Jackett.CurlHelper.CurlRequest

파일 보기 프로젝트 열기: Jackett/Jackett

공개 메소드들

메소드 설명
CurlRequest ( HttpMethod method, string url, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPOSTData = null ) : CurlSharp

메소드 상세

CurlRequest() 공개 메소드

public CurlRequest ( HttpMethod method, string url, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPOSTData = null ) : CurlSharp
method HttpMethod
url string
cookies string
referer string
headers string>.Dictionary
rawPOSTData string
리턴 CurlSharp