C# Class iQQ.Net.WebQQCore.Im.Actor.HttpActor

Inheritance: IQQActor
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
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

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecuteAsync() public method

public ExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

HttpActor() public method

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

HttpActor() public method

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

HttpActor() public method

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

HttpActor() public method

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

ToString() public method

public ToString ( ) : string
return string