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>, HttpDispatchErrorHandler)

Declaration
ICommandDispatcher Create(Uri uri, HttpMethod httpMethod = null, Func<string> authenticationHeaderContent = null, HttpDispatchErrorHandler httpDispatchErrorHandler = null)
Parameters
Type Name Description
Uri uri
HttpMethod httpMethod
Func<System.String> authenticationHeaderContent
HttpDispatchErrorHandler httpDispatchErrorHandler
Returns
Type Description
ICommandDispatcher
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall