C# 클래스 Senparc.Weixin.MP.TenPayLib.TenPayHttpClient

파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK 1 사용 예제들

공개 메소드들

메소드 설명
Call ( ) : bool

执行http调用

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

验证服务器证书

GetErrInfo ( ) : string

获取错误信息

GetResContent ( ) : string

获取结果内容

GetResponseCode ( ) : int

获取http状态码

SetCaInfo ( string caFile ) : void

设置ca

SetCertInfo ( string certFile, string certPasswd ) : void

设置证书信息

SetCharset ( string charset ) : void
SetMethod ( string method ) : void

设置请求方法post或者get

SetReqContent ( string reqContent ) : void

设置请求内容

SetTimeOut ( int timeOut ) : void

设置超时时间,以秒为单位

TenPayHttpClient ( ) : System

메소드 상세

Call() 공개 메소드

执行http调用
public Call ( ) : bool
리턴 bool

CheckValidationResult() 공개 메소드

验证服务器证书
public CheckValidationResult ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
errors SslPolicyErrors
리턴 bool

GetErrInfo() 공개 메소드

获取错误信息
public GetErrInfo ( ) : string
리턴 string

GetResContent() 공개 메소드

获取结果内容
public GetResContent ( ) : string
리턴 string

GetResponseCode() 공개 메소드

获取http状态码
public GetResponseCode ( ) : int
리턴 int

SetCaInfo() 공개 메소드

设置ca
public SetCaInfo ( string caFile ) : void
caFile string
리턴 void

SetCertInfo() 공개 메소드

设置证书信息
public SetCertInfo ( string certFile, string certPasswd ) : void
certFile string
certPasswd string
리턴 void

SetCharset() 공개 메소드

public SetCharset ( string charset ) : void
charset string
리턴 void

SetMethod() 공개 메소드

设置请求方法post或者get
public SetMethod ( string method ) : void
method string
리턴 void

SetReqContent() 공개 메소드

设置请求内容
public SetReqContent ( string reqContent ) : void
reqContent string
리턴 void

SetTimeOut() 공개 메소드

设置超时时间,以秒为单位
public SetTimeOut ( int timeOut ) : void
timeOut int
리턴 void

TenPayHttpClient() 공개 메소드

public TenPayHttpClient ( ) : System
리턴 System