Implemented interface member:
property
ContentLength
Microsoft.AspNetCore.Http.IHeaderDictionary.ContentLength
1 write to ContentLength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
167set { Headers.ContentLength = value; }
1 reference to ContentLength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
166get { return Headers.ContentLength; }