// file private public NoBodyResponse(IHttpServletResponse r) : base(r) { noBody = new NoBodyOutputStream(); }