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

ResponseHandler 的摘要说明。
显示文件 Open project: JeffreySu/WeiXinMPSDK

Protected Properties

Property Type Description
HttpContext System.Web.HttpContext
Parameters System.Collections.Hashtable

Public Methods

Method 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

设置参数值

Protected Methods

Method Description
SetDebugInfo ( string debugInfo ) : void

设置debug信息

getCharset ( ) : string

Method Details

DoShow() public method

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

GetDebugInfo() public method

获取debug信息
public GetDebugInfo ( ) : string
return string

GetKey() public method

获取密钥
public GetKey ( ) : string
return string

GetParameter() public method

获取参数值
public GetParameter ( string parameter ) : string
parameter string
return string

IsTenpaySign() public method

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

IsTenpaySign() public method

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

RefundResponseHandler() public method

获取服务器通知数据方式,进行参数获取
public RefundResponseHandler ( HttpContext httpContext ) : System
httpContext System.Web.HttpContext
return System

SetDebugInfo() protected method

设置debug信息
protected SetDebugInfo ( string debugInfo ) : void
debugInfo string
return void

SetKey() public method

设置密钥
public SetKey ( string key ) : void
key string
return void

SetParameter() public method

设置参数值
public SetParameter ( string parameter, string parameterValue ) : void
parameter string
parameterValue string
return void

getCharset() protected method

protected getCharset ( ) : string
return string

Property Details

HttpContext protected_oe property

protected HttpContext,System.Web HttpContext
return System.Web.HttpContext

Parameters protected_oe property

应答的参数
protected Hashtable,System.Collections Parameters
return System.Collections.Hashtable