C# 클래스 Headless.Extensions

The Extensions class is used to provide common extension methods.
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
BuildToString ( this page ) : string

Builds to string.

메소드 상세

TraceResults() 공개 정적인 메소드

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. ///
리턴 void