C# Class WebQQ.Im.Action.ChannelLoginAction

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

Méthodes publiques

Méthode Description
ChannelLoginAction ( IQQContext context, ActionEventListener listener = null ) : System

Méthodes protégées

Méthode Description
HandleResult ( JToken json ) : void
ModifyRequest ( HttpRequestItem req ) : void

Method Details

ChannelLoginAction() public méthode

public ChannelLoginAction ( IQQContext context, ActionEventListener listener = null ) : System
context IQQContext
listener ActionEventListener
Résultat System

HandleResult() protected méthode

protected HandleResult ( JToken json ) : void
json JToken
Résultat void

ModifyRequest() protected méthode

protected ModifyRequest ( HttpRequestItem req ) : void
req HttpAction.Core.HttpRequestItem
Résultat void