Method | Description | |
---|---|---|
Call ( ) : bool |
执行http调用
|
|
CheckValidationResult ( object sender, |
验证服务器证书
|
|
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 |
public CheckValidationResult ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
errors | SslPolicyErrors | |
return | bool |
public SetCertInfo ( string certFile, string certPasswd ) : void | ||
certFile | string | |
certPasswd | string | |
return | void |
public SetReqContent ( string reqContent ) : void | ||
reqContent | string | |
return | void |