C# 클래스 Senparc.Weixin.QY.TenPayLib.ResponseHandler

파일 보기 프로젝트 열기: JeffreySu/WeiXinMPSDK

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
GetDebugInfo ( ) : string

获取debug信息

GetKey ( ) : string

获取密钥

GetParameter ( string parameter ) : string

获取参数值

Init ( ) : void

初始化函数

IsTenpaySign ( ) : System.Boolean

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

ParseXML ( ) : string

输出XML

ResponseHandler ( HttpContext httpContext ) : System

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

SetKey ( string key ) : void

设置密钥

SetParameter ( string parameter, string parameterValue ) : void

设置参数值

보호된 메소드들

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

设置debug信息

메소드 상세

GetCharset() 보호된 메소드

protected GetCharset ( ) : string
리턴 string

GetDebugInfo() 공개 메소드

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

GetKey() 공개 메소드

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

GetParameter() 공개 메소드

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

Init() 공개 메소드

初始化函数
public Init ( ) : void
리턴 void

IsTenpaySign() 공개 메소드

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

ParseXML() 공개 메소드

输出XML
public ParseXML ( ) : string
리턴 string

ResponseHandler() 공개 메소드

获取页面提交的get和post参数
public ResponseHandler ( 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

프로퍼티 상세

Content 보호되어 있는 프로퍼티

原始内容
protected string Content
리턴 string

HttpContext 보호되어 있는 프로퍼티

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

Parameters 보호되어 있는 프로퍼티

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