C# 클래스 QCloud.PicApi.Common.Request

请求调用类
파일 보기 프로젝트 열기: tencentyun/image-donet-sdk

공개 메소드들

메소드 설명
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