Show / Hide Table of Contents

Interface IHttpRequestMessageFactory

Abstraction for an factory.

Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public interface IHttpRequestMessageFactory

Methods

| Improve this Doc View Source

CreateRequestMessage()

Creates a new instance of an .

Declaration
HttpRequestMessage CreateRequestMessage()
Returns
Type Description
HttpRequestMessage

An to be used by an .

  • Improve this Doc
  • View Source
Back to top Generated by DocFX