프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HttpContext | |||
Parameters |
메소드 | 설명 | |
---|---|---|
CreateMd5Sign ( ) : string |
创建package签名
|
|
CreateSHA1Sign ( ) : string |
创建sha1签名
|
|
GetAllParameters ( ) : |
||
GetDebugInfo ( ) : String |
获取debug信息
|
|
GetKey ( ) : string |
获取密钥
|
|
GetRequestURL ( ) : string |
获取package带参数的签名包
|
|
Init ( ) : void |
初始化函数
|
|
ParseXML ( ) : string |
输出XML
|
|
RequestHandler ( |
||
SetDebugInfo ( String debugInfo ) : void |
设置debug信息
|
|
SetKey ( string key ) : void |
设置密钥
|
|
SetParameter ( string parameter, string parameterValue ) : void |
设置参数值
|
메소드 | 설명 | |
---|---|---|
CreateSign ( ) : void |
创建md5摘要,规则是:按参数名称a-z排序,遇到空值的参数不参加签名
|
|
GetCharset ( ) : string |
public RequestHandler ( |
||
httpContext | ||
리턴 | System |
public SetParameter ( string parameter, string parameterValue ) : void | ||
parameter | string | |
parameterValue | string | |
리턴 | void |