HttpActionExecutedContext Class
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
The HttpActionExecutedContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | HttpActionExecutedContext() | Initializes a new instance of the HttpActionExecutedContext class. |
![]() | HttpActionExecutedContext(HttpActionContext, Exception) | Initializes a new instance of the HttpActionExecutedContext class. |
Name | Description | |
---|---|---|
![]() | ActionContext | Gets or sets the HTTP action context. |
![]() | Exception | Gets or sets the exception that was raised during the execution. |
![]() | Request | Gets the HttpRequestMessage object for the context. |
![]() | Response | Gets or sets the HttpResponseMessage for the context. |
Show: