C# 클래스 BF2Statistics.Web.ASP.GetLeaderBoard

/ASP/getleaderboard.aspx
상속: ASPController
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
GetLeaderBoard ( HttpClient Client ) : System

This request provides details of the leaderboard

HandleRequest ( ) : void

비공개 메소드들

메소드 설명
DoKit ( ) : void
DoRisingStar ( ) : void
DoScore ( ) : void
DoVehicles ( ) : void
DoWeapons ( ) : void

메소드 상세

GetLeaderBoard() 공개 메소드

This request provides details of the leaderboard
public GetLeaderBoard ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
리턴 System

HandleRequest() 공개 메소드

public HandleRequest ( ) : void
리턴 void