Implemented interface member:
property
Endpoint
Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature.Endpoint
2 writes to Endpoint
Microsoft.AspNetCore.Diagnostics (2)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
92
Endpoint
= httpContext.GetEndpoint(),
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
160
Endpoint
= context.GetEndpoint(),
1 reference to Endpoint
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
194
AdditionalMetadata = exceptionHandlerFeature.
Endpoint
?.Metadata,