C# Class WebQQ.Im.Action.GetFriendLongNickAction

获取好友个性签名
Inheritance: WebQQInfoAction
Exibir arquivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
GetFriendLongNickAction ( IQQContext context, QQFriend friend, ActionEventListener listener = null ) : System

Protected Methods

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

Method Details

GetFriendLongNickAction() public method

public GetFriendLongNickAction ( IQQContext context, QQFriend friend, ActionEventListener listener = null ) : System
context IQQContext
friend WebQQ.Im.Bean.Friend.QQFriend
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