C# Class LtiLibrary.Core.Extensions.HttpWebRequestExtensions

Afficher le fichier Open project: andyfmiller/LtiLibrary

Méthodes publiques

Méthode 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 méthode

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
Résultat Task