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

Afficher le fichier Open project: JeffreySu/WeiXinMPSDK Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
GetDebugInfo ( ) : string

获取debug信息

GetKey ( ) : string

获取密钥

GetParameter ( string parameter ) : string

获取参数值

Init ( ) : void

初始化函数

IsTenpaySign ( ) : Boolean

是否财付通签名,规则是:按参数名称a-z排序,遇到空值的参数不参加签名。return boolean

IsWXsign ( ) : Boolean

判断微信签名

IsWXsignfeedback ( ) : Boolean

判断微信维权签名

ResponseHandler ( HttpContext httpContext ) : System

获取页面提交的get和post参数

SetKey ( string key, string appkey ) : void

设置密钥

SetParameter ( string parameter, string parameterValue ) : void

设置参数值

Méthodes protégées

Méthode Description
GetCharset ( ) : string
SetDebugInfo ( String debugInfo ) : void

设置debug信息

Method Details

GetCharset() protected méthode

protected GetCharset ( ) : string
Résultat string

GetDebugInfo() public méthode

获取debug信息
public GetDebugInfo ( ) : 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

Init() public méthode

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

IsTenpaySign() public méthode

是否财付通签名,规则是:按参数名称a-z排序,遇到空值的参数不参加签名。return boolean
public IsTenpaySign ( ) : Boolean
Résultat Boolean

IsWXsign() public méthode

判断微信签名
public IsWXsign ( ) : Boolean
Résultat Boolean

IsWXsignfeedback() public méthode

判断微信维权签名
public IsWXsignfeedback ( ) : Boolean
Résultat Boolean

ResponseHandler() public méthode

获取页面提交的get和post参数
public ResponseHandler ( HttpContext httpContext ) : System
httpContext System.Web.HttpContext
Résultat System

SetDebugInfo() protected méthode

设置debug信息
protected SetDebugInfo ( String debugInfo ) : void
debugInfo String
Résultat void

SetKey() public méthode

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

SetParameter() public méthode

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

Property Details

Content protected_oe property

原始内容
protected string Content
Résultat string

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