| OpenEmailTrackerService Class |
Namespace: CMS.Newsletters
public class OpenEmailTrackerService : ActionResultServiceBase, IActionResultService
The OpenEmailTrackerService type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenEmailTrackerService |
Initializes new instance of OpenEmailTrackerService.
|
| Name | Description | |
|---|---|---|
Gets email from query string parameter.
| ||
| Hash |
Gets hash from query string parameter.
| |
| Image |
The tracking image that is sent in response.
| |
| IssueGuid |
Gets issue GUID from query string parameter.
| |
| Ping |
Gets ping from query string parameter.
| |
| RequestStatusEnum |
Gets current request URL rewriting status.
(Overrides ActionResultServiceBaseRequestStatusEnum.) |
| Name | Description | |
|---|---|---|
| ETagsMatch |
Checks if given and requested ETags match and object has current timestamp.
(Inherited from ActionResultServiceBase.) | |
| FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from ActionResultServiceBase.) | |
| Forbidden |
Responds HTTP code 403 Forbidden.
(Inherited from ActionResultServiceBase.) | |
| GetActionResult |
Process the request.
(Inherited from ActionResultServiceBase.) | |
| GetActionResultInternal |
Processes the tracking data and serves a dummy image in response.
(Overrides ActionResultServiceBaseGetActionResultInternal.) | |
| GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.) | |
| HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
(Inherited from ActionResultServiceBase.) | |
| Unauthorized |
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.) |