C# Class AW.Pay.Core.HTTPHelper

Afficher le fichier Open project: xBoo/AlipayandWepay-NET-SDK Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string url, int timeout, string contentType = "application/x-www-form-urlencoded" ) : string
Post ( string url, string content, string contentType = "application/x-www-form-urlencoded" ) : string

Method Details

Get() public static méthode

public static Get ( string url, int timeout, string contentType = "application/x-www-form-urlencoded" ) : string
url string
timeout int
contentType string
Résultat string

Post() public static méthode

public static Post ( string url, string content, string contentType = "application/x-www-form-urlencoded" ) : string
url string
content string
contentType string
Résultat string