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