5 references to SetInternal
System (5)
net\System\Net\HttpListenerResponse.cs (5)
275Headers.SetInternal(HttpResponseHeader.Location, url); 667Headers.SetInternal(HttpResponseHeader.ContentLength, m_ContentLength.ToString("D", NumberFormatInfo.InvariantInfo)); 673Headers.SetInternal(HttpResponseHeader.TransferEncoding, HttpWebRequest.ChunkedHeader); 691Headers.SetInternal(HttpResponseHeader.KeepAlive, "true"); 702Headers.SetInternal(HttpResponseHeader.WwwAuthenticate, HttpListenerContext.MutualAuthentication);