C# 클래스 Senparc.Weixin.MP.TenPayLib.RefundResponseHandler

ResponseHandler 的摘要说明。
파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

보호된 프로퍼티들

프로퍼티 타입 설명
HttpContext System.Web.HttpContext
Parameters System.Collections.Hashtable

공개 메소드들

메소드 설명
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

设置参数值

보호된 메소드들

메소드 설명
SetDebugInfo ( string debugInfo ) : void

设置debug信息

getCharset ( ) : string

메소드 상세

DoShow() 공개 메소드

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

GetDebugInfo() 공개 메소드

获取debug信息
public GetDebugInfo ( ) : string
리턴 string

GetKey() 공개 메소드

获取密钥
public GetKey ( ) : string
리턴 string

GetParameter() 공개 메소드

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

IsTenpaySign() 공개 메소드

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

IsTenpaySign() 공개 메소드

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

RefundResponseHandler() 공개 메소드

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

SetDebugInfo() 보호된 메소드

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

SetKey() 공개 메소드

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

SetParameter() 공개 메소드

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

getCharset() 보호된 메소드

protected getCharset ( ) : string
리턴 string

프로퍼티 상세

HttpContext 보호되어 있는 프로퍼티

protected HttpContext,System.Web HttpContext
리턴 System.Web.HttpContext

Parameters 보호되어 있는 프로퍼티

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