C# Class Create.CSP.GitHub.Reporting.Helpers.Utilities

Afficher le fichier Open project: createitpt/Create.CSP.GitHub.Reporting

Méthodes publiques

Méthode Description
PrintErrorResponse ( HttpWebResponse response, string content ) : void

This method is for printing error responses

PrintWebRequest ( HttpWebRequest request, string content ) : void

This method prints the web request to console

PrintWebResponse ( HttpWebResponse response, string content ) : void

This method is for printing web responses

Method Details

PrintErrorResponse() public static méthode

This method is for printing error responses
public static PrintErrorResponse ( HttpWebResponse response, string content ) : void
response HttpWebResponse response object
content string content in the response
Résultat void

PrintWebRequest() public static méthode

This method prints the web request to console
public static PrintWebRequest ( HttpWebRequest request, string content ) : void
request HttpWebRequest request object
content string content in the request
Résultat void

PrintWebResponse() public static méthode

This method is for printing web responses
public static PrintWebResponse ( HttpWebResponse response, string content ) : void
response HttpWebResponse response object
content string content in the web response
Résultat void