C# Класс BF2Statistics.Web.ASP.GetPlayerInfo

/ASP/getplayerinfo.aspx
Наследование: ASPController
Показать файл Открыть проект

Открытые методы

Метод Описание
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