2 implementations of Endpoint
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointHttpContextExtensions.cs (1)
64public Endpoint? Endpoint { get; set; }
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
230Endpoint? IEndpointFeature.Endpoint
2 writes to Endpoint
Microsoft.AspNetCore.Http.Abstractions (2)
Routing\EndpointHttpContextExtensions.cs (2)
48feature.Endpoint = endpoint; 58feature.Endpoint = null;
1 reference to Endpoint
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointHttpContextExtensions.cs (1)
26return context.Features.Get<IEndpointFeature>()?.Endpoint;