C# 클래스 HourBoostr.SteamWeb

https://github.com/Jessecar96/SteamBot/blob/master/SteamTrade/SteamWeb.cs
파일 보기 프로젝트 열기: Ezzpify/HourBoostr

공개 메소드들

메소드 설명
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

메소드 상세

Authenticate() 공개 메소드

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

Fetch() 공개 메소드

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
리턴 string

Request() 공개 메소드

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
리턴 System.Net.HttpWebResponse

ValidateRemoteCertificate() 공개 메소드

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
리턴 bool

VerifyCookies() 공개 메소드

public VerifyCookies ( ) : bool
리턴 bool