2 references to HttpListenerResponse
System.Net.HttpListener (2)
System\Net\HttpListenerContext.cs (1)
23
public HttpListenerResponse Response => _response ??= new
HttpListenerResponse
(this);
System\Net\Managed\HttpListenerContext.Managed.cs (1)
20
_response = new
HttpListenerResponse
(this);