C# Класс Catcher.AndroidDemo.Common.EasyWebRequest

Показать файл Открыть проект

Открытые методы

Метод Описание
SendGetHttpRequestBaseOnHttpWebRequest ( string requestUrl, string>.IDictionary routeParameters ) : Task

send the get request based on HttpWebRequest

SendGetRequestBasedOnHttpClient ( string requestUrl, string>.IDictionary routeParameters ) : Task

send the get request based on HttpClient

SendPostHttpRequestBaseOnHttpWebRequest ( string url, string>.IDictionary routeParameters ) : Task

send the post request based on httpwebrequest

SendPostRequestBasedOnHttpClient ( string requestUrl, string>.IDictionary routeParameters ) : Task

send the post request based on HttpClient

Описание методов

SendGetHttpRequestBaseOnHttpWebRequest() публичный статический метод

send the get request based on HttpWebRequest
public static SendGetHttpRequestBaseOnHttpWebRequest ( string requestUrl, string>.IDictionary routeParameters ) : Task
requestUrl string the url you post
routeParameters string>.IDictionary the parameters you post
Результат Task

SendGetRequestBasedOnHttpClient() публичный статический метод

send the get request based on HttpClient
public static SendGetRequestBasedOnHttpClient ( string requestUrl, string>.IDictionary routeParameters ) : Task
requestUrl string the url you post
routeParameters string>.IDictionary the parameters you post
Результат Task

SendPostHttpRequestBaseOnHttpWebRequest() публичный статический метод

send the post request based on httpwebrequest
public static SendPostHttpRequestBaseOnHttpWebRequest ( string url, string>.IDictionary routeParameters ) : Task
url string the url you post
routeParameters string>.IDictionary the parameters you post
Результат Task

SendPostRequestBasedOnHttpClient() публичный статический метод

send the post request based on HttpClient
public static SendPostRequestBasedOnHttpClient ( string requestUrl, string>.IDictionary routeParameters ) : Task
requestUrl string the url you post
routeParameters string>.IDictionary the parameters you post
Результат Task