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

获取最近联系人列表

@author solosky

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

Méthodes publiques

Méthode Description
GetRecentListAction ( IQQContext context, QQActionListener listener ) : System.Collections.Generic
OnBuildRequest ( ) : QQHttpRequest
OnHttpStatusOK ( QQHttpResponse response ) : void

Method Details

GetRecentListAction() public méthode

public GetRecentListAction ( IQQContext context, QQActionListener listener ) : System.Collections.Generic
context IQQContext
listener QQActionListener
Résultat System.Collections.Generic

OnBuildRequest() public méthode

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

OnHttpStatusOK() public méthode

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