C# 클래스 robokins.Utility.HTTP

파일 보기 프로젝트 열기: polyethene/robokins

공개 프로퍼티들

프로퍼티 타입 설명
UserAgentReal string

공개 메소드들

메소드 설명
DownloadPage ( string uri ) : string
DownloadPage ( string uri, string>.IDictionary parameters, string method = "POST" ) : string
HTTP ( ) : System
RequestPage ( string uri, string>.IDictionary parameters, string method = "POST" ) : HttpWebResponse

메소드 상세

DownloadPage() 공개 정적인 메소드

public static DownloadPage ( string uri ) : string
uri string
리턴 string

DownloadPage() 공개 정적인 메소드

public static DownloadPage ( string uri, string>.IDictionary parameters, string method = "POST" ) : string
uri string
parameters string>.IDictionary
method string
리턴 string

HTTP() 공개 메소드

public HTTP ( ) : System
리턴 System

RequestPage() 공개 정적인 메소드

public static RequestPage ( string uri, string>.IDictionary parameters, string method = "POST" ) : HttpWebResponse
uri string
parameters string>.IDictionary
method string
리턴 System.Net.HttpWebResponse

프로퍼티 상세

UserAgentReal 공개적으로 정적으로 프로퍼티

public static string UserAgentReal
리턴 string