2 references to ComputedHeaders
System (2)
net\System\Net\_ListenerResponseStream.cs (1)
32
if (!m_HttpContext.Response.
ComputedHeaders
) {
net\System\Net\HttpListenerResponse.cs (1)
636
GlobalLog.Assert(!
ComputedHeaders
, "HttpListenerResponse#{0}::ComputeHeaders()|ComputedHeaders is true.", ValidationHelper.HashString(this));