C# Class TencentYoutuYun.SDK.Csharp.Http

Afficher le fichier Open project: TencentYouTu/CSharp_sdk

Méthodes publiques

Méthode Description
HttpPost ( string methodName, string postData, string authorization ) : string

send http request with POST method

Private Methods

Méthode Description
CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool

Method Details

HttpPost() public static méthode

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