ElmCaptureMiddleware Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ElmCaptureMiddleware(Microsoft::AspNetCore::Http::RequestDelegate ^ next, Microsoft::Extensions::Logging::ILoggerFactory ^ factory, Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Diagnostics::Elm::ElmOptions ^> ^ options);
public ElmCaptureMiddleware (Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.Extensions.Logging.ILoggerFactory factory, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.Elm.ElmOptions> options);
new Microsoft.AspNetCore.Diagnostics.Elm.ElmCaptureMiddleware : Microsoft.AspNetCore.Http.RequestDelegate * Microsoft.Extensions.Logging.ILoggerFactory * Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.Elm.ElmOptions> -> Microsoft.AspNetCore.Diagnostics.Elm.ElmCaptureMiddleware
Public Sub New (next As RequestDelegate, factory As ILoggerFactory, options As IOptions(Of ElmOptions))
Parameters
- next
- RequestDelegate
- factory
- ILoggerFactory
- options
- IOptions<ElmOptions>