C# Class SteamBot.util.Util

Mostrar archivo Open project: Top-Cat/SteamBot

Public Properties

Property Type Description
isDebugMode bool

Public Methods

Method Description
CreateSteamRequest ( string requestURL, string method = "GET" ) : dynamic
getItemInfo ( int itemid ) : ItemInfo
printConsole ( String line, Bot bot, ConsoleColor color = ConsoleColor.White, bool isDebug = false ) : void
removeArg0 ( String a ) : String

Private Methods

Method Description
Util ( ) : System

Method Details

CreateSteamRequest() public static method

public static CreateSteamRequest ( string requestURL, string method = "GET" ) : dynamic
requestURL string
method string
return dynamic

getItemInfo() public static method

public static getItemInfo ( int itemid ) : ItemInfo
itemid int
return ItemInfo

printConsole() public static method

public static printConsole ( String line, Bot bot, ConsoleColor color = ConsoleColor.White, bool isDebug = false ) : void
line String
bot Bot
color ConsoleColor
isDebug bool
return void

removeArg0() public static method

public static removeArg0 ( String a ) : String
a String
return String

Property Details

isDebugMode public_oe static_oe property

public static bool isDebugMode
return bool