IResponseController Interface

Relativity Kepler
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

  NameDescription
Public propertyHeaders
Get/Set the http Headers for the response.
Public propertyStatusCode
Get/Set the http StatusCode for the response.
Top
See Also

Reference