C# 클래스 iQQ.Net.WebQQCore.Im.Actor.HttpActor.HttpAdaptor

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

공개 메소드들

메소드 설명
HttpAdaptor ( IQQContext context, IHttpAction action ) : System
OnHttpError ( Exception t ) : void
OnHttpFinish ( QQHttpResponse response ) : void
OnHttpHeader ( QQHttpResponse response ) : void
OnHttpRead ( long current, long total ) : void
OnHttpWrite ( long current, long total ) : void

메소드 상세

HttpAdaptor() 공개 메소드

public HttpAdaptor ( IQQContext context, IHttpAction action ) : System
context IQQContext
action IHttpAction
리턴 System

OnHttpError() 공개 메소드

public OnHttpError ( Exception t ) : void
t System.Exception
리턴 void

OnHttpFinish() 공개 메소드

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

OnHttpHeader() 공개 메소드

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

OnHttpRead() 공개 메소드

public OnHttpRead ( long current, long total ) : void
current long
total long
리턴 void

OnHttpWrite() 공개 메소드

public OnHttpWrite ( long current, long total ) : void
current long
total long
리턴 void