C# Class WebQQ.Im.Action.GetFriendLongNickAction

获取好友个性签名
Inheritance: WebQQInfoAction
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Méthode Description
GetFriendLongNickAction ( IQQContext context, QQFriend friend, ActionEventListener listener = null ) : System

Méthodes protégées

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

Method Details

GetFriendLongNickAction() public méthode

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