C# 클래스 TencentYoutuYun.SDK.Csharp.Http

파일 보기 프로젝트 열기: TencentYouTu/CSharp_sdk

공개 메소드들

메소드 설명
HttpPost ( string methodName, string postData, string authorization ) : string

send http request with POST method

비공개 메소드들

메소드 설명
CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool

메소드 상세

HttpPost() 공개 정적인 메소드

send http request with POST method
public static HttpPost ( string methodName, string postData, string authorization ) : string
methodName string 请求的接口名称
postData string 请求数据
authorization string 签名
리턴 string