2 writes to
System.Net.HttpListener (2)
System\Net\HttpListenerResponse.cs (1)
245Headers[HttpResponseHeader.Location] = url;
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
257Headers[HttpResponseHeader.KeepAlive] = "true";
4 references to
dotnet-svcutil-lib (1)
Metadata\HttpAuthenticationHelper.cs (1)
75string challenge = httpResponse.Headers[HttpResponseHeader.WwwAuthenticate];
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (3)
129get => Headers[HttpResponseHeader.Location]; 195if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Entering Set-Cookie: {Headers[HttpResponseHeader.SetCookie]}, Set-Cookie2: {Headers[HttpKnownHeaderNames.SetCookie2]}"); 239if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Exiting Set-Cookie: {Headers[HttpResponseHeader.SetCookie]} Set-Cookie2: {Headers[HttpKnownHeaderNames.SetCookie2]}");