C# 클래스 iQQ.Net.WebQQCore.Im.Action.GetRecentListAction

获取最近联系人列表

@author solosky

상속: AbstractHttpAction
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
GetRecentListAction ( IQQContext context, QQActionListener listener ) : System.Collections.Generic
OnBuildRequest ( ) : QQHttpRequest
OnHttpStatusOK ( QQHttpResponse response ) : void

메소드 상세

GetRecentListAction() 공개 메소드

public GetRecentListAction ( IQQContext context, QQActionListener listener ) : System.Collections.Generic
context IQQContext
listener QQActionListener
리턴 System.Collections.Generic

OnBuildRequest() 공개 메소드

public OnBuildRequest ( ) : QQHttpRequest
리턴 iQQ.Net.WebQQCore.Im.Http.QQHttpRequest

OnHttpStatusOK() 공개 메소드

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