Skip to content

ServiceCollectionExtensions.AddProxyRequestHandlers method

Registers proxy activators for the DI container to resolve generic request handler instances like ICreateHandler, IListHandler etc.

public static IServiceCollection AddProxyRequestHandlers(this IServiceCollection collection)
parameter description
collection Service collection

See Also