C# Class Senparc.Weixin.MP.TenPayLib.ClientRequestHandler

Afficher le fichier Open project: Chinaccn/surfboard

Protected Properties

Свойство Type Description
HttpContext System.Web.HttpContext
Parameters System.Collections.Hashtable

Méthodes publiques

Méthode Description
ClientRequestHandler ( HttpContext httpContext ) : System.Collections
DoSend ( ) : void
GetAllParameters ( ) : Hashtable
GetDebugInfo ( ) : string

获取debug信息

GetGateUrl ( ) : string

获取入口地址,不包含参数值

GetKey ( ) : string

获取密钥

GetParameter ( string parameter ) : string

获取参数值

GetRequestURL ( ) : string

获取带参数的请求URL @return String

Init ( ) : void

初始化函数

SetDebugInfo ( string debugInfo ) : void

设置debug信息

SetGateUrl ( string gateUrl ) : void

设置入口地址,不包含参数值

SetKey ( string key ) : void

设置密钥

SetParameter ( string parameter, string parameterValue ) : void

设置参数值

Méthodes protégées

Méthode Description
CreateSign ( ) : void

创建md5摘要,规则是:按参数名称a-z排序,遇到空值的参数不参加签名。

GetCharset ( ) : string

Method Details

ClientRequestHandler() public méthode

public ClientRequestHandler ( HttpContext httpContext ) : System.Collections
httpContext System.Web.HttpContext
Résultat System.Collections

CreateSign() protected méthode

创建md5摘要,规则是:按参数名称a-z排序,遇到空值的参数不参加签名。
protected CreateSign ( ) : void
Résultat void

DoSend() public méthode

public DoSend ( ) : void
Résultat void

GetAllParameters() public méthode

public GetAllParameters ( ) : Hashtable
Résultat System.Collections.Hashtable

GetCharset() protected méthode

protected GetCharset ( ) : string
Résultat string

GetDebugInfo() public méthode

获取debug信息
public GetDebugInfo ( ) : string
Résultat string

GetGateUrl() public méthode

获取入口地址,不包含参数值
public GetGateUrl ( ) : string
Résultat string

GetKey() public méthode

获取密钥
public GetKey ( ) : string
Résultat string

GetParameter() public méthode

获取参数值
public GetParameter ( string parameter ) : string
parameter string
Résultat string

GetRequestURL() public méthode

获取带参数的请求URL @return String
public GetRequestURL ( ) : string
Résultat string

Init() public méthode

初始化函数
public Init ( ) : void
Résultat void

SetDebugInfo() public méthode

设置debug信息
public SetDebugInfo ( string debugInfo ) : void
debugInfo string
Résultat void

SetGateUrl() public méthode

设置入口地址,不包含参数值
public SetGateUrl ( string gateUrl ) : void
gateUrl string
Résultat void

SetKey() public méthode

设置密钥
public SetKey ( string key ) : void
key string
Résultat void

SetParameter() public méthode

设置参数值
public SetParameter ( string parameter, string parameterValue ) : void
parameter string
parameterValue string
Résultat void

Property Details

HttpContext protected_oe property

protected HttpContext,System.Web HttpContext
Résultat System.Web.HttpContext

Parameters protected_oe property

请求的参数
protected Hashtable,System.Collections Parameters
Résultat System.Collections.Hashtable