C# Class [email protected]

Inheritance: IRequestHandler
显示文件 Open project: C453/OryxKingdom

Public Methods

Method Description
GetServers ( ) : List
GetServersForRank ( int r ) : List
HandleRequest ( HttpListenerContext context ) : void
YoureBanned ( ) : List

Method Details

GetServers() public static method

public static GetServers ( ) : List
return List

GetServersForRank() public static method

public static GetServersForRank ( int r ) : List
r int
return List

HandleRequest() public method

public HandleRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void

YoureBanned() public static method

public static YoureBanned ( ) : List
return List