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)
159Endpoint = context.GetEndpoint(),
1 reference to Endpoint
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
207AdditionalMetadata = exceptionHandlerFeature.Endpoint?.Metadata,