/// <summary> /// The default behavior of this method is to call AddIntHeader(string name, int value) /// on the wrapped response object. /// </summary> /// <param name="name"></param> /// <param name="value"></param> public void AddIntHeader(string name, int value) { HttpServletResponse.AddIntHeader(name, value); }