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

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

공개 메소드들

메소드 설명
DoFullRequest ( ) : void

Produces a FULL player response for BF2HQ

GetDenominator ( int a, int b ) : int

Returns the common denominator of 2 variables

GetPlayerInfo ( HttpClient Client ) : System

This request provides details on a particular player

HandleRequest ( ) : void

비공개 메소드들

메소드 설명
AddArmyData ( ) : void

Adds Army Data to the Response

AddKitData ( ) : void

Adds Kit Data to the Response

AddTacticalData ( ) : void

Adds tactical data to the Response

AddVehicleData ( ) : void

Adds Vehicle Data to the Response

AddWeaponData ( ) : void

Adds Weapon Data to the Response

DoMapRequest ( ) : void

Fetches map info for player Originally this method was smaller and faster... BUT, good Ol' BF2 wasnt having my new format... unfortunatly, if the headers arent all grouped together, the mapinfo wont parse in the bf2 client, therefor this method is bigger and written differently then it should be... just keep that in mind ;)

DoServerRequest ( ) : void

Produces the Server response

DoTimeRequest ( ) : void

Fetches time info for player favorites

GetFavMap ( ) : void

Adds the players favorite map data to the response

GetPlayerTopVitcimAndOpp ( ) : void

Fills the Top Opponent and Victim Variables

메소드 상세

DoFullRequest() 공개 메소드

Produces a FULL player response for BF2HQ
public DoFullRequest ( ) : void
리턴 void

GetDenominator() 공개 메소드

Returns the common denominator of 2 variables
public GetDenominator ( int a, int b ) : int
a int
b int
리턴 int

GetPlayerInfo() 공개 메소드

This request provides details on a particular player
public GetPlayerInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
리턴 System

HandleRequest() 공개 메소드

public HandleRequest ( ) : void
리턴 void