C# 클래스 WebQQ.Im.Action.GetFriendLongNickAction

获取好友个性签名
상속: WebQQInfoAction
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
GetFriendLongNickAction ( IQQContext context, QQFriend friend, ActionEventListener listener = null ) : System

보호된 메소드들

메소드 설명
HandleResult ( JToken json ) : void
ModifyRequest ( HttpRequestItem req ) : void

메소드 상세

GetFriendLongNickAction() 공개 메소드

public GetFriendLongNickAction ( IQQContext context, QQFriend friend, ActionEventListener listener = null ) : System
context IQQContext
friend WebQQ.Im.Bean.Friend.QQFriend
listener ActionEventListener
리턴 System

HandleResult() 보호된 메소드

protected HandleResult ( JToken json ) : void
json JToken
리턴 void

ModifyRequest() 보호된 메소드

protected ModifyRequest ( HttpRequestItem req ) : void
req HttpAction.Core.HttpRequestItem
리턴 void