C# Class Jackett.CurlHelper.CurlRequest

Afficher le fichier Open project: Jackett/Jackett

Méthodes publiques

Méthode Description
CurlRequest ( HttpMethod method, string url, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPOSTData = null ) : CurlSharp

Method Details

CurlRequest() public méthode

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
Résultat CurlSharp