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