Inheritance Hierarchy
System.Object
  System.Web.Http.Filters.HttpActionExecutedContext
Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpActionExecutedContext
'Usage
Dim instance As HttpActionExecutedContext
public class HttpActionExecutedContext
public ref class HttpActionExecutedContext
type HttpActionExecutedContext =  class end
public class HttpActionExecutedContext
The HttpActionExecutedContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpActionExecutedContext() | Initializes a new instance of the HttpActionExecutedContext class. | 
| .jpeg) | HttpActionExecutedContext(HttpActionContext, Exception) | Initializes a new instance of the HttpActionExecutedContext class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActionContext | Gets or sets the HTTP action context. | 
| .jpeg) | Exception | Gets or sets the exception that was raised during the execution. | 
| .jpeg) | Request | Gets the HttpRequestMessage object for the context. | 
| .jpeg) | Response | Gets or sets the HttpResponseMessage for the context. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.