Is there a way to edit the HTTP header "connection" in MVC. I tried the Add and AppendHeader functions; they all work, but you cannot edit the connection header.
I know that MVC provides certain standard HTTP headers to be modified by making some of the header values a public variable of that request for editing, such as StatusCode, but is there a way to edit the connection?