Implemented interface member:
property
this
Microsoft.AspNetCore.Http.IHeaderDictionary.this[System.String]
2 writes to
Microsoft.AspNetCore.Http (2)
HeaderDictionary.cs (2)
114
this
[
key] = value;
139
this
[
HeaderNames.ContentLength] = HeaderUtilities.FormatNonNegativeInt64(value.GetValueOrDefault());
1 reference to
Microsoft.AspNetCore.Http (1)
HeaderDictionary.cs (1)
124
var rawValue = this
[
HeaderNames.ContentLength];