C# 클래스 hdsdump.HTTP

파일 보기 프로젝트 열기: WendyH/hdsdump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cookies string
Headers System.Net.WebHeaderCollection
POST bool
Password string
Proxy string
ProxyPassword string
ProxyUsername string
Referer string
ResponseData byte[]
Status string
Url string
Useragent string
Username string
notUseProxy bool

공개 메소드들

메소드 설명
HTTP ( bool lnotUseProxy = false ) : System
get ( string sUrl ) : int

비공개 메소드들

메소드 설명
CreateRequest ( ) : HttpWebRequest

메소드 상세

HTTP() 공개 메소드

public HTTP ( bool lnotUseProxy = false ) : System
lnotUseProxy bool
리턴 System

get() 공개 메소드

public get ( string sUrl ) : int
sUrl string
리턴 int

프로퍼티 상세

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

public static string Cookies
리턴 string

Headers 공개적으로 프로퍼티

public WebHeaderCollection,System.Net Headers
리턴 System.Net.WebHeaderCollection

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

public static bool POST
리턴 bool

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

public static string Password
리턴 string

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

public static string Proxy
리턴 string

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

public static string ProxyPassword
리턴 string

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

public static string ProxyUsername
리턴 string

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

public static string Referer
리턴 string

ResponseData 공개적으로 프로퍼티

public byte[] ResponseData
리턴 byte[]

Status 공개적으로 프로퍼티

public string Status
리턴 string

Url 공개적으로 프로퍼티

public string Url
리턴 string

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

public static string Useragent
리턴 string

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

public static string Username
리턴 string

notUseProxy 공개적으로 프로퍼티

public bool notUseProxy
리턴 bool