C# 클래스 LtiLibrary.Core.Extensions.HttpWebResponseExtensions

파일 보기 프로젝트 열기: andyfmiller/LtiLibrary

공개 메소드들

메소드 설명
ToFormattedResponseString ( this response, string body ) : string

Create a string representation of the HttpWebResponse similar to Fiddler's.

Created for learning and debugging LTI.

메소드 상세

ToFormattedResponseString() 공개 정적인 메소드

Create a string representation of the HttpWebResponse similar to Fiddler's.
Created for learning and debugging LTI.
public static ToFormattedResponseString ( this response, string body ) : string
response this
body string
리턴 string