App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class EnvironmentInfoMiddleware

Inheritance
System.Object
AppMetricsMiddleware<AspNetMetricsOptions>
EnvironmentInfoMiddleware
Inherited Members
AppMetricsMiddleware<TOptions>.Logger
AppMetricsMiddleware<TOptions>.Metrics
AppMetricsMiddleware<TOptions>.Next
AppMetricsMiddleware<TOptions>.Options
AppMetricsMiddleware<TOptions>.GetOAuthClientIdIfRequired(HttpContext)
AppMetricsMiddleware<TOptions>.PerformMetric(HttpContext)
AppMetricsMiddleware<TOptions>.ShouldTrackHttpStatusCode(Int32)
AppMetricsMiddleware<TOptions>.WriteResponseAsync(HttpContext, String, String, HttpStatusCode, String)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Extensions.Middleware
Assembly:cs.temp.dll.dll
Syntax
public class EnvironmentInfoMiddleware : AppMetricsMiddleware<AspNetMetricsOptions>

Constructors

EnvironmentInfoMiddleware(RequestDelegate, AspNetMetricsOptions, ILoggerFactory, IMetrics, IEnvironmentInfoResponseWriter, EnvironmentInfoProvider)

Declaration
public EnvironmentInfoMiddleware(RequestDelegate next, AspNetMetricsOptions aspNetOptions, ILoggerFactory loggerFactory, IMetrics metrics, IEnvironmentInfoResponseWriter environmentInfoResponseWriter, EnvironmentInfoProvider environmentInfoProvider)
Parameters
Type Name Description
RequestDelegate next
AspNetMetricsOptions aspNetOptions
ILoggerFactory loggerFactory
IMetrics metrics
IEnvironmentInfoResponseWriter environmentInfoResponseWriter
EnvironmentInfoProvider environmentInfoProvider

Methods

Invoke(HttpContext)

Declaration
public Task Invoke(HttpContext context)
Parameters
Type Name Description
HttpContext context
Returns
Type Description
Task
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX