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

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

공개 메소드들

메소드 설명
BuildRequest ( ) : QQHttpRequest
DeleteEmailAction ( List markList, IQQContext context, QQActionListener listener ) : System.Collections.Generic
OnHttpStatusOK ( QQHttpResponse response ) : void

메소드 상세

BuildRequest() 공개 메소드

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

DeleteEmailAction() 공개 메소드

public DeleteEmailAction ( List markList, IQQContext context, QQActionListener listener ) : System.Collections.Generic
markList List
context IQQContext
listener QQActionListener
리턴 System.Collections.Generic

OnHttpStatusOK() 공개 메소드

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