C# Class Jackett.CurlHelper

Afficher le fichier Open project: Jackett/Jackett

Méthodes publiques

Свойство Type Description
OnErrorMessage ErrorMessage

Méthodes publiques

Méthode Description
Combine ( ) : byte[]
GetAsync ( string url, string cookies = null, string referer = null, string>.Dictionary headers = null ) : Task
PerformCurl ( CurlRequest curlRequest ) : CurlResponse
PerformCurlAsync ( CurlRequest curlRequest ) : Task
PostAsync ( string url, string>.IEnumerable formData, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPostData = null ) : Task

Method Details

Combine() public static méthode

public static Combine ( ) : byte[]
Résultat byte[]

GetAsync() public static méthode

public static GetAsync ( string url, string cookies = null, string referer = null, string>.Dictionary headers = null ) : Task
url string
cookies string
referer string
headers string>.Dictionary
Résultat Task

PerformCurl() public static méthode

public static PerformCurl ( CurlRequest curlRequest ) : CurlResponse
curlRequest CurlRequest
Résultat CurlResponse

PerformCurlAsync() public static méthode

public static PerformCurlAsync ( CurlRequest curlRequest ) : Task
curlRequest CurlRequest
Résultat Task

PostAsync() public static méthode

public static PostAsync ( string url, string>.IEnumerable formData, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPostData = null ) : Task
url string
formData string>.IEnumerable
cookies string
referer string
headers string>.Dictionary
rawPostData string
Résultat Task

Property Details

OnErrorMessage public_oe static_oe property

public static ErrorMessage OnErrorMessage
Résultat ErrorMessage