Show / Hide Table of Contents

Class HttpCommandingDependencies

Inheritance
System.Object
HttpCommandingDependencies
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.Http
Assembly: AzureFromTheTrenches.Commanding.Http.dll
Syntax
public static class HttpCommandingDependencies

Methods

| Improve this Doc View Source

AddHttpCommanding(ICommandingDependencyResolverAdapter, HttpClient)

Declaration
public static ICommandingDependencyResolverAdapter AddHttpCommanding(this ICommandingDependencyResolverAdapter dependencyResolver, HttpClient client = null)
Parameters
Type Name Description
ICommandingDependencyResolverAdapter dependencyResolver
System.Net.Http.HttpClient client
Returns
Type Description
ICommandingDependencyResolverAdapter
| Improve this Doc View Source

AddHttpCommanding<TSerializer>(ICommandingDependencyResolverAdapter, HttpClient)

Declaration
public static ICommandingDependencyResolverAdapter AddHttpCommanding<TSerializer>(this ICommandingDependencyResolverAdapter dependencyResolver, HttpClient client = null)
    where TSerializer : IHttpCommandSerializer
Parameters
Type Name Description
ICommandingDependencyResolverAdapter dependencyResolver
System.Net.Http.HttpClient client
Returns
Type Description
ICommandingDependencyResolverAdapter
Type Parameters
Name Description
TSerializer
| Improve this Doc View Source

UseHttpCommanding(ICommandingDependencyResolver, HttpClient)

Declaration
[Obsolete("Please use AddHttpCommanding instead")]
public static ICommandingDependencyResolver UseHttpCommanding(this ICommandingDependencyResolver dependencyResolver, HttpClient client = null)
Parameters
Type Name Description
ICommandingDependencyResolver dependencyResolver
System.Net.Http.HttpClient client
Returns
Type Description
ICommandingDependencyResolver
| Improve this Doc View Source

UseHttpCommanding<TSerializer>(ICommandingDependencyResolver, HttpClient)

Declaration
[Obsolete("Please use AddHttpCommanding instead")]
public static ICommandingDependencyResolver UseHttpCommanding<TSerializer>(this ICommandingDependencyResolver dependencyResolver, HttpClient client = null)
    where TSerializer : IHttpCommandSerializer
Parameters
Type Name Description
ICommandingDependencyResolver dependencyResolver
System.Net.Http.HttpClient client
Returns
Type Description
ICommandingDependencyResolver
Type Parameters
Name Description
TSerializer
  • Improve this Doc
  • View Source
Back to top Generated by DocFX