Interface defining a ResponseController.
A ResponseController is used to modify parts of the HTTP response such as Headers and the StatusCode.
Namespace: Relativity.Kepler.Transport
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public interface IResponseController
The IResponseController type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Headers |
Get/Set the http Headers for the response.
|
![]() | StatusCode |
Get/Set the http StatusCode for the response.
|
See Also