C# 클래스 AW.Pay.Core.HTTPHelper

파일 보기 프로젝트 열기: xBoo/AlipayandWepay-NET-SDK 1 사용 예제들

공개 메소드들

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

메소드 상세

Get() 공개 정적인 메소드

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

Post() 공개 정적인 메소드

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