Méthode | Description | |
---|---|---|
WebClient ( |
||
generateQueryString ( string>.IEnumerable |
||
get ( string url, String>.IDictionary |
||
getTimeout ( ) : int | ||
post ( string url, string>.Dictionary |
Méthode | Description | |
---|---|---|
executeRequest ( |
||
headerToProperty ( String header ) : String | ||
newRequest ( string method, string url, String>.IDictionary |
||
setHeader ( |
public WebClient ( |
||
lyricsReloaded | ||
timeout | int | |
Résultat | System |
protected executeRequest ( |
||
request | ||
Résultat | WebResponse |
public static generateQueryString ( string>.IEnumerable |
||
data | string>.IEnumerable | |
Résultat | string |
public get ( string url, String>.IDictionary |
||
url | string | |
headers | String>.IDictionary | |
Résultat | WebResponse |
protected headerToProperty ( String header ) : String | ||
header | String | |
Résultat | String |
protected newRequest ( string method, string url, String>.IDictionary |
||
method | string | |
url | string | |
headers | String>.IDictionary | |
Résultat |
public post ( string url, string>.Dictionary |
||
url | string | |
data | string>.Dictionary | |
headers | String>.IDictionary | |
Résultat | WebResponse |
protected setHeader ( |
||
request | ||
name | String | |
value | String | |
Résultat | void |