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

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

@author 承∮诺

Inheritance: AbstractHttpAction
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

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

Method Details

BuildRequest() public méthode

public BuildRequest ( ) : QQHttpRequest
Résultat iQQ.Net.WebQQCore.Im.Http.QQHttpRequest

CheckVerifyAction() public méthode

public CheckVerifyAction ( IQQContext context, QQActionListener listener, string qqAccount ) : System
context IQQContext
listener QQActionListener
qqAccount string
Résultat System

OnHttpStatusOK() public méthode

public OnHttpStatusOK ( QQHttpResponse response ) : void
response iQQ.Net.WebQQCore.Im.Http.QQHttpResponse
Résultat void