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)
36Assert.Equal("/SomePath", requestInfo.Path);
92Assert.Equal("/customized/Path", requestInfo.Path);
155Assert.Null(requestInfo.Path);
218Assert.Equal(expectedPath, requestInfo.Path);
247Assert.Equal("/%2F", requestInfo.Path);
264Assert.Equal("/", requestInfo.Path);
316Assert.Equal(expectedPath, requestInfo.Path);
354Assert.Equal("/ !\"#$%&'()*+,-.%2F0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", requestInfo.Path);
410Assert.Equal(rawPath, requestInfo.Path);
435Assert.Equal(expectedPath, requestInfo.Path);
455Assert.Equal(expected, requestInfo.Path);
Microsoft.AspNetCore.TestHost.Tests (2)