Interface IEnvironmentInfoResponseWriter
Namespace:App.Metrics.Extensions.Middleware.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IEnvironmentInfoResponseWriter
Properties
ContentType
Declaration
string ContentType { get; }
Property Value
Type |
Description |
System.String |
|
Methods
WriteAsync(HttpContext, EnvironmentInfo, CancellationToken)
Declaration
Task WriteAsync(HttpContext context, EnvironmentInfo environmentInfo, CancellationToken token = null)
Parameters
Type |
Name |
Description |
HttpContext |
context |
|
EnvironmentInfo |
environmentInfo |
|
CancellationToken |
token |
|
Returns