Property | Type | Description | |
---|---|---|---|
OnErrorMessage | ErrorMessage |
Method | Description | |
---|---|---|
Combine ( ) : byte[] | ||
GetAsync ( string url, string cookies = null, string referer = null, string>.Dictionary |
||
PerformCurl ( CurlRequest curlRequest ) : CurlResponse | ||
PerformCurlAsync ( CurlRequest curlRequest ) : Task |
||
PostAsync ( string url, string>.IEnumerable |
public static GetAsync ( string url, string cookies = null, string referer = null, string>.Dictionary |
||
url | string | |
cookies | string | |
referer | string | |
headers | string>.Dictionary | |
return | Task |
public static PerformCurl ( CurlRequest curlRequest ) : CurlResponse | ||
curlRequest | CurlRequest | |
return | CurlResponse |
public static PerformCurlAsync ( CurlRequest curlRequest ) : Task |
||
curlRequest | CurlRequest | |
return | Task |
public static PostAsync ( string url, string>.IEnumerable |
||
url | string | |
formData | string>.IEnumerable | |
cookies | string | |
referer | string | |
headers | string>.Dictionary | |
rawPostData | string | |
return | Task |