C# Class WebWeChat.Im.Action.BatchGetContactAction

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

Public Methods

Method Description
BatchGetContactAction ( IWeChatContext context, ActionEventListener listener = null ) : System.Collections.Generic
BuildRequest ( ) : HttpRequestItem
HandleResponse ( HttpResponseItem responseItem ) : Task

Method Details

BatchGetContactAction() public method

public BatchGetContactAction ( IWeChatContext context, ActionEventListener listener = null ) : System.Collections.Generic
context IWeChatContext
listener ActionEventListener
return System.Collections.Generic

BuildRequest() public method

public BuildRequest ( ) : HttpRequestItem
return HttpAction.Core.HttpRequestItem

HandleResponse() public method

public HandleResponse ( HttpResponseItem responseItem ) : Task
responseItem HttpAction.Core.HttpResponseItem
return Task