CakeHttpClientHandler.

CakeHttpClientHandler(ICakeContext, HttpSettings) Constructor

Summary

Custom HTTP Handler to delegate the processing of HTTP requests and extending it.
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
CakeHttpClientHandler

Syntax

public CakeHttpClientHandler(ICakeContext context, HttpSettings settings)

Parameters

Name Type Description
context ICakeContext Cake Context the request is geting
settings HttpSettings HttpSettings to apply to the inner handler

Return Value

Type Description
void