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