C# Class HourBoostr.SteamWeb

https://github.com/Jessecar96/SteamBot/blob/master/SteamTrade/SteamWeb.cs
Show file Open project: Ezzpify/HourBoostr

Public Methods

Method Description
Authenticate ( string myUniqueId, SteamClient client, string myLoginKey ) : bool
Fetch ( string url, string method, NameValueCollection data = null, bool ajax = true, string referer = "" ) : string
Request ( string url, string method, NameValueCollection data = null, bool ajax = true, string referer = "" ) : HttpWebResponse
ValidateRemoteCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors policyErrors ) : bool
VerifyCookies ( ) : bool

Method Details

Authenticate() public method

public Authenticate ( string myUniqueId, SteamClient client, string myLoginKey ) : bool
myUniqueId string
client SteamClient
myLoginKey string
return bool

Fetch() public method

public Fetch ( string url, string method, NameValueCollection data = null, bool ajax = true, string referer = "" ) : string
url string
method string
data System.Collections.Specialized.NameValueCollection
ajax bool
referer string
return string

Request() public method

public Request ( string url, string method, NameValueCollection data = null, bool ajax = true, string referer = "" ) : HttpWebResponse
url string
method string
data System.Collections.Specialized.NameValueCollection
ajax bool
referer string
return System.Net.HttpWebResponse

ValidateRemoteCertificate() public method

public ValidateRemoteCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors policyErrors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
policyErrors SslPolicyErrors
return bool

VerifyCookies() public method

public VerifyCookies ( ) : bool
return bool