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

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

공개 메소드들

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

This request provides claninfo to the bf2server, to set the filter rules for players joining the server.

The Listype (whitelist, blacklist) Specified the required clantag The minimum required score The minimum required ranked The minimum required global time The minimum required kill/death ratio The country code (Ex: us, br, no) required, seperated by comma, that is required Specified the maximum ban count to be accepted into the list

HandleRequest ( ) : void

메소드 상세

GetClanInfo() 공개 메소드

This request provides claninfo to the bf2server, to set the filter rules for players joining the server.
The Listype (whitelist, blacklist) Specified the required clantag The minimum required score The minimum required ranked The minimum required global time The minimum required kill/death ratio The country code (Ex: us, br, no) required, seperated by comma, that is required Specified the maximum ban count to be accepted into the list
public GetClanInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
리턴 System

HandleRequest() 공개 메소드

public HandleRequest ( ) : void
리턴 void