Show / Hide Table of Contents

Interface IHttpCommandDispatcherFactory

Namespace: AzureFromTheTrenches.Commanding.Http
Assembly: AzureFromTheTrenches.Commanding.Http.dll
Syntax
public interface IHttpCommandDispatcherFactory

Methods

| Improve this Doc View Source

Create(Uri, HttpMethod, Func<String>)

Declaration
ICommandDispatcher Create(Uri uri, HttpMethod httpMethod = null, Func<string> authenticationHeaderContent = null)
Parameters
Type Name Description
System.Uri uri
System.Net.Http.HttpMethod httpMethod
System.Func<System.String> authenticationHeaderContent
Returns
Type Description
ICommandDispatcher
  • Improve this Doc
  • View Source
Back to top Generated by DocFX