IExecutionContext.

CreateHttpClient() Method

Summary

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

Syntax

HttpClient CreateHttpClient()

Return Value

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