Property | Type | Description | |
---|---|---|---|
AuthContainer |
Method | Description | |
---|---|---|
Account ( ulong steamId ) : System | ||
FindCookieByName ( string name ) : |
||
FindCookiesByPartialName ( string name ) : System.Net.Cookie[] |
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]
|
public FindCookieByName ( string name ) : |
||
name | string | |
return |
public FindCookiesByPartialName ( string name ) : System.Net.Cookie[] | ||
name | string | |
return | System.Net.Cookie[] |