C# Class iQQ.Net.WebQQCore.Im.Action.CheckVerifyAction

检查账号,如果账号安全则不需要验证码

@author 承∮诺

Inheritance: AbstractHttpAction
Show file Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
BuildRequest ( ) : QQHttpRequest
CheckVerifyAction ( IQQContext context, QQActionListener listener, string qqAccount ) : System
OnHttpStatusOK ( QQHttpResponse response ) : void

Method Details

BuildRequest() public method

public BuildRequest ( ) : QQHttpRequest
return iQQ.Net.WebQQCore.Im.Http.QQHttpRequest

CheckVerifyAction() public method

public CheckVerifyAction ( IQQContext context, QQActionListener listener, string qqAccount ) : System
context IQQContext
listener QQActionListener
qqAccount string
return System

OnHttpStatusOK() public method

public OnHttpStatusOK ( QQHttpResponse response ) : void
response iQQ.Net.WebQQCore.Im.Http.QQHttpResponse
return void