Implemented interface member:
property
this
Microsoft.AspNetCore.Http.IHeaderDictionary.this[System.String]
1 write to
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
153
this
[
HeaderNames.ContentLength] = _contentLengthText;
1 reference to
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
123
var rawValue = this
[
HeaderNames.ContentLength];