C# Class LtiLibrary.Core.Extensions.HttpWebRequestExtensions

Show file Open project: andyfmiller/LtiLibrary

Public Methods

Method Description
ToFormattedRequestStringAsync ( this request ) : Task

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

Created for learning and debugging LTI.

Method Details

ToFormattedRequestStringAsync() public static method

Create a string representation of the HttpWebRequest similar to Fiddler's.
Created for learning and debugging LTI.
public static ToFormattedRequestStringAsync ( this request ) : Task
request this
return Task