3 references to GetResponseStream
System.Net.HttpListener (3)
System\Net\Managed\HttpConnection.cs (1)
503GetResponseStream()?.Close();
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
203HttpResponseStream output = _context.Connection.GetResponseStream();
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
55_responseStream ??= _httpContext!.Connection.GetResponseStream();