C# Class hdsdump.HTTP

显示文件 Open project: WendyH/hdsdump Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
HTTP ( bool lnotUseProxy = false ) : System
get ( string sUrl ) : int

Private Methods

Method Description
CreateRequest ( ) : HttpWebRequest

Method Details

HTTP() public method

public HTTP ( bool lnotUseProxy = false ) : System
lnotUseProxy bool
return System

get() public method

public get ( string sUrl ) : int
sUrl string
return int

Property Details

Cookies public_oe static_oe property

public static string Cookies
return string

Headers public_oe property

public WebHeaderCollection,System.Net Headers
return System.Net.WebHeaderCollection

POST public_oe static_oe property

public static bool POST
return bool

Password public_oe static_oe property

public static string Password
return string

Proxy public_oe static_oe property

public static string Proxy
return string

ProxyPassword public_oe static_oe property

public static string ProxyPassword
return string

ProxyUsername public_oe static_oe property

public static string ProxyUsername
return string

Referer public_oe static_oe property

public static string Referer
return string

ResponseData public_oe property

public byte[] ResponseData
return byte[]

Status public_oe property

public string Status
return string

Url public_oe property

public string Url
return string

Useragent public_oe static_oe property

public static string Useragent
return string

Username public_oe static_oe property

public static string Username
return string

notUseProxy public_oe property

public bool notUseProxy
return bool