C# Класс Create.CSP.GitHub.Reporting.Helpers.Utilities

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

PrintErrorResponse() публичный статический Метод

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
Результат void

PrintWebRequest() публичный статический Метод

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
Результат void

PrintWebResponse() публичный статический Метод

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
Результат void