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)
153this[HeaderNames.ContentLength] = _contentLengthText;
2 references to
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
578if (string.Equals(ConnectionClose, HttpResponseHeaders[HeaderNames.Connection], StringComparison.OrdinalIgnoreCase))
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
123var rawValue = this[HeaderNames.ContentLength];