Implemented interface member:
property
this
Microsoft.AspNetCore.Http.IHeaderDictionary.this[System.String]
1 write to
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
153
this
[
HeaderNames.ContentLength] = _contentLengthText;
2 references to
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
578
if (string.Equals(ConnectionClose, HttpResponseHeaders
[
HeaderNames.Connection], StringComparison.OrdinalIgnoreCase))
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
123
var rawValue = this
[
HeaderNames.ContentLength];