C# Класс QCloud.PicApi.Common.Request

请求调用类
Показать файл Открыть проект

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

Метод Описание
SendRequest ( string url, object>.Dictionary data, HttpMethod requestMethod, string>.Dictionary header, int timeOut, string localPath = null, int offset = -1, int sliceSize ) : string
SendRequestFiles ( string url, object>.Dictionary data, HttpMethod requestMethod, string>.Dictionary header, int timeOut, string localPath ) : string

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

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

public static SendRequest ( string url, object>.Dictionary data, HttpMethod requestMethod, string>.Dictionary header, int timeOut, string localPath = null, int offset = -1, int sliceSize ) : string
url string
data object>.Dictionary
requestMethod HttpMethod
header string>.Dictionary
timeOut int
localPath string
offset int
sliceSize int
Результат string

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

public static SendRequestFiles ( string url, object>.Dictionary data, HttpMethod requestMethod, string>.Dictionary header, int timeOut, string localPath ) : string
url string
data object>.Dictionary
requestMethod HttpMethod
header string>.Dictionary
timeOut int
localPath string
Результат string