HttpActionExecutedContext Class
Represents the action of the HTTP executed context.
Assembly: System.Web.Http (in System.Web.Http.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


