6 implementations of Path
Microsoft.AspNetCore.Hosting.Tests (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
5 writes to Path
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.Owin.Tests (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
17 references to Path
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.Owin.Tests (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (11)
RequestTests.cs (11)
34Assert.Equal("/SomePath", requestInfo.Path);
85Assert.Equal("/customized/Path", requestInfo.Path);
148Assert.Null(requestInfo.Path);
211Assert.Equal(expectedPath, requestInfo.Path);
240Assert.Equal("/%2F", requestInfo.Path);
257Assert.Equal("/", requestInfo.Path);
309Assert.Equal(expectedPath, requestInfo.Path);
347Assert.Equal("/ !\"#$%&'()*+,-.%2F0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", requestInfo.Path);
403Assert.Equal(rawPath, requestInfo.Path);
428Assert.Equal(expectedPath, requestInfo.Path);
448Assert.Equal(expected, requestInfo.Path);
Microsoft.AspNetCore.TestHost.Tests (2)