2 references to IsEncoded
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
524
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.
IsEncoded
, RawTarget, queryLength);
686
Path = _parsedPath = PathDecoder.DecodePath(pathBufferSliced, targetPath.
IsEncoded
, absolutePath, queryLength: 0);