Interface IHttpCommandDispatcherFactory
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