C# Class CSharpTradeOffers.Web.Account

Generic account
Datei anzeigen Open project: FatherFoxxy/CSharpTradeOffers Class Usage Examples

Public Properties

Property Type Description
AuthContainer System.Net.CookieContainer

Public Methods

Method Description
Account ( ulong steamId ) : System
FindCookieByName ( string name ) : Cookie
FindCookiesByPartialName ( string name ) : System.Net.Cookie[]

Private Methods

Method Description
AddMachineAuthCookies ( string authstring ) : void

Adds the steamMachineAuth cookie to the AuthContainer. This can also be used for any string separated by [name]=[value]

Method Details

Account() public method

public Account ( ulong steamId ) : System
steamId ulong
return System

FindCookieByName() public method

public FindCookieByName ( string name ) : Cookie
name string
return System.Net.Cookie

FindCookiesByPartialName() public method

public FindCookiesByPartialName ( string name ) : System.Net.Cookie[]
name string
return System.Net.Cookie[]

Property Details

AuthContainer public_oe property

The Auth Cookies for the bot.
public CookieContainer,System.Net AuthContainer
return System.Net.CookieContainer