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