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

Inheritance: IQQActor
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Méthode 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 méthode

public Execute ( ) : void
Résultat void

ExecuteAsync() public méthode

public ExecuteAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

HttpActor() public méthode

public HttpActor ( HttpActorType type, IQQContext context, IHttpAction action ) : System
type HttpActorType
context IQQContext
action IHttpAction
Résultat System

HttpActor() public méthode

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

HttpActor() public méthode

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

HttpActor() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string