C# Class ToolSet.CustomRequestCode.Components.CreateWebrequest

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
CustomCookieCollection CookieCollection
Password string
Response HttpWebResponse
Username string
netCredentials NetworkCredential

Méthodes publiques

Méthode 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 méthode

public CreateWebrequest ( ) : System
Résultat System

StringGetWebPage() public méthode

public StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string
URL string
POST string
headers List
mediatype bool
Résultat string

StringGetWebPage() public méthode

public StringGetWebPage ( string URL, string POST, List headers, bool mediatype ) : string
URL string
POST string
headers List
mediatype bool
Résultat string

Property Details

CustomCookieCollection public_oe property

public CookieCollection CustomCookieCollection
Résultat CookieCollection

Password public_oe property

public string Password
Résultat string

Response public_oe property

public HttpWebResponse Response
Résultat HttpWebResponse

Username public_oe property

public string Username
Résultat string

netCredentials public_oe property

public NetworkCredential netCredentials
Résultat NetworkCredential