Implemented interface member:
property
Path
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Path
4 writes to Path
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationDiagnosticsTests.cs (2)
1113
Path
= "/path",
1155
Path
= "/path",
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
22
Path
= string.Empty;
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
721
Path
= existingRequestFeature.Path,