C# 클래스 CSharpTradeOffers.Web.Account

Generic account
파일 보기 프로젝트 열기: FatherFoxxy/CSharpTradeOffers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthContainer System.Net.CookieContainer

공개 메소드들

메소드 설명
Account ( ulong steamId ) : System
FindCookieByName ( string name ) : Cookie
FindCookiesByPartialName ( string name ) : System.Net.Cookie[]

비공개 메소드들

메소드 설명
AddMachineAuthCookies ( string authstring ) : void

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

메소드 상세

Account() 공개 메소드

public Account ( ulong steamId ) : System
steamId ulong
리턴 System

FindCookieByName() 공개 메소드

public FindCookieByName ( string name ) : Cookie
name string
리턴 System.Net.Cookie

FindCookiesByPartialName() 공개 메소드

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

프로퍼티 상세

AuthContainer 공개적으로 프로퍼티

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