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

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

공개 메소드들

메소드 설명
Execute ( ) : void
ExecuteAsync ( ) : System.Threading.Tasks.Task
HttpActor ( HttpActorType type, IQQContext context, IHttpAction action ) : System
HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, Exception throwable ) : System
HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, QQHttpResponse response ) : System
HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, long current, long total ) : System
ToString ( ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteAsync() 공개 메소드

public ExecuteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

HttpActor() 공개 메소드

public HttpActor ( HttpActorType type, IQQContext context, IHttpAction action ) : System
type HttpActorType
context IQQContext
action IHttpAction
리턴 System

HttpActor() 공개 메소드

public HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, Exception throwable ) : System
type HttpActorType
context IQQContext
action IHttpAction
throwable System.Exception
리턴 System

HttpActor() 공개 메소드

public HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, QQHttpResponse response ) : System
type HttpActorType
context IQQContext
action IHttpAction
response iQQ.Net.WebQQCore.Im.Http.QQHttpResponse
리턴 System

HttpActor() 공개 메소드

public HttpActor ( HttpActorType type, IQQContext context, IHttpAction action, long current, long total ) : System
type HttpActorType
context IQQContext
action IHttpAction
current long
total long
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string