C# 클래스 GuildController, aura

상속: Controller
파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( HttpRequestEventArgs, args, string requestedPath, string localPath ) : void

비공개 메소드들

메소드 설명
AcceptApplication ( HttpRequest, req, Guild, guild, GuildMember member, string &success, string &error ) : void
CancelApplication ( HttpRequest, req, Guild, guild, GuildMember member, string &success, string &error ) : void
ChangeLeader ( HttpRequest, req, Guild, guild, string &success, string &error ) : void
ChangeMessages ( HttpRequest, req, Guild, guild, string &success, string &error ) : void
ClampString ( string str, int length ) : string
DeclineApplication ( HttpRequest, req, Guild, guild, GuildMember member, string &success, string &error ) : void
Disband ( HttpRequest, req, Guild, guild, string &success, string &error ) : void
LeaveGuild ( HttpRequest, req, Guild, guild, GuildMember member, string &success, string &error ) : void
LevelUp ( HttpRequest, req, Guild, guild, string &success, string &error ) : void
RemoveMember ( HttpRequest, req, Guild, guild, GuildMember member, string &success, string &error ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( HttpRequestEventArgs, args, string requestedPath, string localPath ) : void
args HttpRequestEventArgs,
requestedPath string
localPath string
리턴 void