2 implementations of Path
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
40
public string
Path
{ get; set; }
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
58
string IHttpRequestFeature.
Path
1 write to Path
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpRequest.cs (1)
76
set { HttpRequestFeature.
Path
= value.Value ?? string.Empty; }
2 references to Path
Microsoft.AspNetCore.Http (1)
Internal\DefaultHttpRequest.cs (1)
75
get { return new PathString(HttpRequestFeature.
Path
); }
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
726
Path = existingRequestFeature.
Path
,