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

ResponseHandler 的摘要说明。
Afficher le fichier Open project: JeffreySu/WeiXinMPSDK

Protected Properties

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

Méthodes publiques

Méthode Description
DoShow ( string show_url ) : void

显示处理结果。 @param show_url 显示处

GetDebugInfo ( ) : string

获取debug信息

GetKey ( ) : string

获取密钥

GetParameter ( string parameter ) : string

获取参数值

IsTenpaySign ( ) : Boolean

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

IsTenpaySign ( ArrayList aKeys ) : Boolean

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

RefundResponseHandler ( HttpContext httpContext ) : System

获取服务器通知数据方式,进行参数获取

SetKey ( string key ) : void

设置密钥

SetParameter ( string parameter, string parameterValue ) : void

设置参数值

Méthodes protégées

Méthode Description
SetDebugInfo ( string debugInfo ) : void

设置debug信息

getCharset ( ) : string

Method Details

DoShow() public méthode

显示处理结果。 @param show_url 显示处
public DoShow ( string show_url ) : void
show_url string
Résultat void

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

IsTenpaySign() public méthode

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

IsTenpaySign() public méthode

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

RefundResponseHandler() public méthode

获取服务器通知数据方式,进行参数获取
public RefundResponseHandler ( 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 ) : void
key string
Résultat void

SetParameter() public méthode

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

getCharset() protected méthode

protected getCharset ( ) : string
Résultat string

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