C# Class Headless.Extensions

The Extensions class is used to provide common extension methods.
显示文件 Open project: roryprimrose/Headless

Public Methods

Method 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

Method Description
BuildToString ( this page ) : string

Builds to string.

Method Details

TraceResults() public static method

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. ///
return void