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