Interface IHttpCommandDispatcherFactory
Namespace: AzureFromTheTrenches.Commanding.Http
Assembly: AzureFromTheTrenches.Commanding.Http.dll
Syntax
public interface IHttpCommandDispatcherFactory
Methods
| Improve this Doc View SourceCreate(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 |