C# Класс Headless.Extensions

The Extensions class is used to provide common extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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