C# Class ToolSet.CustomRequestCode.Components.CreateWebrequest

ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
CustomCookieCollection CookieCollection
Password string
Response HttpWebResponse
Username string
netCredentials NetworkCredential

Public Methods

Method Description
CreateWebrequest ( ) : System
StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string
StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string

Method Details

CreateWebrequest() public method

public CreateWebrequest ( ) : System
return System

StringGetWebPage() public method

public StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string
URL string
POST string
headers List
mediatype bool
return string

StringGetWebPage() public method

public StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string
URL string
POST string
headers List
mediatype bool
return string

Property Details

CustomCookieCollection public_oe property

public CookieCollection CustomCookieCollection
return CookieCollection

Password public_oe property

public string Password
return string

Response public_oe property

public HttpWebResponse Response
return HttpWebResponse

Username public_oe property

public string Username
return string

netCredentials public_oe property

public NetworkCredential netCredentials
return NetworkCredential