CachedResponse SetHeader Method C# API
Overload List

  NameDescription
Public methodSetHeader(String)
Sets an HTTP response header for this CachedResponse, using the contents of the specified string.
Public methodSetHeader(String, String)
Sets an HTTP response header for this CachedResponse, as a name/value pair.
Back to Top
See Also