C# Class TencentYoutuYun.SDK.Csharp.Http

Show file Open project: TencentYouTu/CSharp_sdk

Public Methods

Method Description
HttpPost ( string methodName, string postData, string authorization ) : string

send http request with POST method

Private Methods

Method Description
CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool

Method Details

HttpPost() public static method

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