A ResponseController is used to modify parts of the HTTP response such as Headers and the StatusCode.
Inheritance Hierarchy
Relativity.Kepler.Transport.ResponseController
Namespace: Relativity.Kepler.Transport
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public class ResponseController : IResponseController
The ResponseController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResponseController |
ResponseController constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | Headers |
Get/Set the http Headers for the response.
|
![]() | StatusCode |
Get/Set the http StatusCode for the response.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also