Свойство | Тип | Описание | |
---|---|---|---|
HttpContext | |||
Parameters |
Метод | Описание | |
---|---|---|
ClientRequestHandler ( |
||
DoSend ( ) : void | ||
GetAllParameters ( ) : |
||
GetDebugInfo ( ) : string |
获取debug信息
|
|
GetGateUrl ( ) : string |
获取入口地址,不包含参数值
|
|
GetKey ( ) : string |
获取密钥
|
|
GetParameter ( string parameter ) : string |
获取参数值
|
|
GetRequestURL ( ) : string |
获取带参数的请求URL @return String
|
|
Init ( ) : void |
初始化函数
|
|
SetDebugInfo ( string debugInfo ) : void |
设置debug信息
|
|
SetGateUrl ( string gateUrl ) : void |
设置入口地址,不包含参数值
|
|
SetKey ( string key ) : void |
设置密钥
|
|
SetParameter ( string parameter, string parameterValue ) : void |
设置参数值
|
Метод | Описание | |
---|---|---|
CreateSign ( ) : void |
创建md5摘要,规则是:按参数名称a-z排序,遇到空值的参数不参加签名。
|
|
GetCharset ( ) : string |
public ClientRequestHandler ( |
||
httpContext | ||
Результат | System.Collections |
public GetAllParameters ( ) : |
||
Результат |
public GetParameter ( string parameter ) : string | ||
parameter | string | |
Результат | string |
public SetDebugInfo ( string debugInfo ) : void | ||
debugInfo | string | |
Результат | void |
public SetGateUrl ( string gateUrl ) : void | ||
gateUrl | string | |
Результат | void |
public SetParameter ( string parameter, string parameterValue ) : void | ||
parameter | string | |
parameterValue | string | |
Результат | void |
protected HttpContext,System.Web HttpContext | ||
Результат |