C# Class LtiLibrary.Core.Extensions.HttpWebResponseExtensions

Mostra file Open project: andyfmiller/LtiLibrary

Public Methods

Method Description
ToFormattedResponseString ( this response, string body ) : string

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

Created for learning and debugging LTI.

Method Details

ToFormattedResponseString() public static method

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
return string