2 references to SetCookie
System.Net.HttpListener (2)
System\Net\HttpListenerResponse.cs (2)
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]}");