Method | Description | |
---|---|---|
DoLogin ( string username, string password ) : |
Executes the login by using the Steam Website.
|
|
Fetch ( string url, string method, |
||
Request ( string url, string method, |
||
ValidateRemoteCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors policyErrors ) : bool |
Method | Description | |
---|---|---|
GetHexVal ( char hex ) : int | ||
HexToByte ( string hex ) : byte[] | ||
SubmitCookies ( |
public static DoLogin ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public static Fetch ( string url, string method, |
||
url | string | |
method | string | |
data | ||
cookies | ||
ajax | bool | |
return | string |
public static Request ( string url, string method, |
||
url | string | |
method | string | |
data | ||
cookies | ||
ajax | bool | |
return |
public static ValidateRemoteCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors policyErrors ) : bool | ||
sender | object | |
certificate | X509Certificate | |
chain | X509Chain | |
policyErrors | SslPolicyErrors | |
return | bool |