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.
Represents the action of the HTTP executed context.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Object
System.Web.Http.Filters.HttpActionExecutedContext
public class HttpActionExecutedContext
public ref class HttpActionExecutedContext
type HttpActionExecutedContext = class end
Public Class HttpActionExecutedContext
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.
System.Web.Http.Filters Namespace
Return to top