Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
HttpActionExecutedContext() | Initializes a new instance of the HttpActionExecutedContext class. |
![]() |
HttpActionExecutedContext(HttpActionContext, Exception) | Initializes a new instance of the HttpActionExecutedContext class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.