C# Class LtiLibrary.Core.Extensions.HttpWebResponseExtensions

Afficher le fichier Open project: andyfmiller/LtiLibrary

Méthodes publiques

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

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