C# Class WebQQ.Im.Action.ChannelLoginAction

Inheritance: WebQQInfoAction
Exibir arquivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
ChannelLoginAction ( IQQContext context, ActionEventListener listener = null ) : System

Protected Methods

Method Description
HandleResult ( JToken json ) : void
ModifyRequest ( HttpRequestItem req ) : void

Method Details

ChannelLoginAction() public method

public ChannelLoginAction ( IQQContext context, ActionEventListener listener = null ) : System
context IQQContext
listener ActionEventListener
return System

HandleResult() protected method

protected HandleResult ( JToken json ) : void
json JToken
return void

ModifyRequest() protected method

protected ModifyRequest ( HttpRequestItem req ) : void
req HttpAction.Core.HttpRequestItem
return void