C# 클래스 EDCompanionAPI.HttpHelper

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string url, NameValueCollection query ) : HttpWebResponse
HttpHelper ( Profile profile ) : System.Collections.Specialized
Post ( string url, NameValueCollection data = null, bool urlAsReferrer = false ) : HttpWebResponse

비공개 메소드들

메소드 설명
GetRequest ( string url ) : HttpWebRequest
UpdateCookies ( HttpWebResponse response ) : void

메소드 상세

Get() 공개 메소드

public Get ( string url, NameValueCollection query ) : HttpWebResponse
url string
query System.Collections.Specialized.NameValueCollection
리턴 System.Net.HttpWebResponse

HttpHelper() 공개 메소드

public HttpHelper ( Profile profile ) : System.Collections.Specialized
profile EDCompanionAPI.Models.Profile
리턴 System.Collections.Specialized

Post() 공개 메소드

public Post ( string url, NameValueCollection data = null, bool urlAsReferrer = false ) : HttpWebResponse
url string
data System.Collections.Specialized.NameValueCollection
urlAsReferrer bool
리턴 System.Net.HttpWebResponse