C# Class SteamBot.Trade

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Свойство Type Description
LastAction System.DateTime
MaximumActionGap int
MaximumTradeTime int
MeReady bool
MyInventory Inventory
MyItems dynamic
MyTrade HashSet
OMyTrade HashSet
OOtherTrade HashSet
OtherInventory Inventory
OtherItems dynamic
OtherReady bool
OtherTrade HashSet
Otrades HashSet[]
SteamCommunityDomain string
SteamTradeUrl string
TradeStart System.DateTime
inventories Inventory[]
meSID SteamKit2.SteamID
otherSID SteamKit2.SteamID
pollLock2 string
trades HashSet[]

Protected Properties

Свойство Type Description
apiKey string
baseTradeURL string
logpos int
numEvents int
sessionId string
steamLogin string
version int

Méthodes publiques

Méthode Description
AcceptTrade ( ) : dynamic
AddItemByDefindex ( int defindex, int slot ) : bool
AddListener ( TradeListener listener ) : void
Poll ( ) : void
SendMessage ( string msg ) : string
SetReady ( bool ready ) : void
Trade ( SteamID me, SteamID other, string sessionId, string token, string apiKey, TradeListener listener = null ) : System
addItem ( ulong itemid, int slot ) : void
removeItem ( ulong itemid ) : void

Méthodes protégées

Méthode Description
Fetch ( string url, string method, NameValueCollection data = null, bool sendLoginData = true ) : string
GetInventory ( SteamID steamid ) : dynamic
GetStatus ( ) : SteamBot.StatusObj
PrintConsole ( String line, ConsoleColor color = ConsoleColor.White ) : void

Method Details

AcceptTrade() public méthode

public AcceptTrade ( ) : dynamic
Résultat dynamic

AddItemByDefindex() public méthode

public AddItemByDefindex ( int defindex, int slot ) : bool
defindex int
slot int
Résultat bool

AddListener() public méthode

public AddListener ( TradeListener listener ) : void
listener TradeListener
Résultat void

Fetch() protected méthode

protected Fetch ( string url, string method, NameValueCollection data = null, bool sendLoginData = true ) : string
url string
method string
data System.Collections.Specialized.NameValueCollection
sendLoginData bool
Résultat string

GetInventory() protected méthode

protected GetInventory ( SteamID steamid ) : dynamic
steamid SteamKit2.SteamID
Résultat dynamic

GetStatus() protected méthode

protected GetStatus ( ) : SteamBot.StatusObj
Résultat SteamBot.StatusObj

Poll() public méthode

public Poll ( ) : void
Résultat void

PrintConsole() protected static méthode

protected static PrintConsole ( String line, ConsoleColor color = ConsoleColor.White ) : void
line String
color ConsoleColor
Résultat void

SendMessage() public méthode

public SendMessage ( string msg ) : string
msg string
Résultat string

SetReady() public méthode

public SetReady ( bool ready ) : void
ready bool
Résultat void

Trade() public méthode

public Trade ( SteamID me, SteamID other, string sessionId, string token, string apiKey, TradeListener listener = null ) : System
me SteamKit2.SteamID
other SteamKit2.SteamID
sessionId string
token string
apiKey string
listener TradeListener
Résultat System

addItem() public méthode

public addItem ( ulong itemid, int slot ) : void
itemid ulong
slot int
Résultat void

removeItem() public méthode

public removeItem ( ulong itemid ) : void
itemid ulong
Résultat void

Property Details

LastAction public_oe property

public DateTime,System LastAction
Résultat System.DateTime

MaximumActionGap public_oe property

public int MaximumActionGap
Résultat int

MaximumTradeTime public_oe property

public int MaximumTradeTime
Résultat int

MeReady public_oe property

public bool MeReady
Résultat bool

MyInventory public_oe property

public Inventory MyInventory
Résultat Inventory

MyItems public_oe property

public dynamic MyItems
Résultat dynamic

MyTrade public_oe property

public HashSet MyTrade
Résultat HashSet

OMyTrade public_oe property

public HashSet OMyTrade
Résultat HashSet

OOtherTrade public_oe property

public HashSet OOtherTrade
Résultat HashSet

OtherInventory public_oe property

public Inventory OtherInventory
Résultat Inventory

OtherItems public_oe property

public dynamic OtherItems
Résultat dynamic

OtherReady public_oe property

public bool OtherReady
Résultat bool

OtherTrade public_oe property

public HashSet OtherTrade
Résultat HashSet

Otrades public_oe property

public HashSet[] Otrades
Résultat HashSet[]

SteamCommunityDomain public_oe static_oe property

public static string SteamCommunityDomain
Résultat string

SteamTradeUrl public_oe static_oe property

public static string SteamTradeUrl
Résultat string

TradeStart public_oe property

public DateTime,System TradeStart
Résultat System.DateTime

apiKey protected_oe property

protected string apiKey
Résultat string

baseTradeURL protected_oe property

protected string baseTradeURL
Résultat string

inventories public_oe property

public Inventory[] inventories
Résultat Inventory[]

logpos protected_oe property

protected int logpos
Résultat int

meSID public_oe property

public SteamID,SteamKit2 meSID
Résultat SteamKit2.SteamID

numEvents protected_oe property

protected int numEvents
Résultat int

otherSID public_oe property

public SteamID,SteamKit2 otherSID
Résultat SteamKit2.SteamID

pollLock2 public_oe property

public string pollLock2
Résultat string

sessionId protected_oe property

protected string sessionId
Résultat string

steamLogin protected_oe property

protected string steamLogin
Résultat string

trades public_oe property

public HashSet[] trades
Résultat HashSet[]

version protected_oe property

protected int version
Résultat int