C# 클래스 Create.CSP.GitHub.Reporting.Helpers.Utilities

파일 보기 프로젝트 열기: createitpt/Create.CSP.GitHub.Reporting

공개 메소드들

메소드 설명
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