TestExecutionContext.

CreateHttpClient() Method

Summary

Creates a System.Net.Http.HttpClient instance that should be used for all HTTP communication.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public HttpClient CreateHttpClient()

Return Value

Type Description
HttpClient A new System.Net.Http.HttpClient instance.
GitHub