/// <summary> /// Returns the headers of the web response. It's possible to add, change or remove headers. /// </summary> public IDictionary <string, string> GetResponseHeaders() { return(responseContext.GetHeaders()); }