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

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

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

Метод Описание
GetRankInfo ( HttpClient Client ) : System

This request provides details on a particular players rank, and whether or not to show the user a promotion/demotion announcement

HandleRequest ( ) : void

Описание методов

GetRankInfo() публичный Метод

This request provides details on a particular players rank, and whether or not to show the user a promotion/demotion announcement
public GetRankInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Результат System

HandleRequest() публичный Метод

public HandleRequest ( ) : void
Результат void