C# Class ToolSet.CustomRequestCode.Components.CreateWebrequest

Show file 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 property

public CookieCollection CustomCookieCollection
return CookieCollection

Password public property

public string Password
return string

Response public property

public HttpWebResponse Response
return HttpWebResponse

Username public property

public string Username
return string

netCredentials public property

public NetworkCredential netCredentials
return NetworkCredential