Méthode | Description | |
---|---|---|
Get ( string url, int timeout, string contentType = "application/x-www-form-urlencoded" ) : string | ||
Post ( string url, string content, string contentType = "application/x-www-form-urlencoded" ) : string |
public static Get ( string url, int timeout, string contentType = "application/x-www-form-urlencoded" ) : string | ||
url | string | |
timeout | int | |
contentType | string | |
Résultat | string |
public static Post ( string url, string content, string contentType = "application/x-www-form-urlencoded" ) : string | ||
url | string | |
content | string | |
contentType | string | |
Résultat | string |