C# Class Headless.Extensions

The Extensions class is used to provide common extension methods.
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
TraceResults ( this result ) : void

Traces the details of the HTTP result.

This method uses Trace.WriteLine(string) to trace each outcome in the result and the overall response time.

Private Methods

Méthode Description
BuildToString ( this page ) : string

Builds to string.

Method Details

TraceResults() public static méthode

Traces the details of the HTTP result.
This method uses Trace.WriteLine(string) to trace each outcome in the result and the overall response time.
/// The parameter is null. ///
public static TraceResults ( this result ) : void
result this /// The result. ///
Résultat void