HttpActionExecutedContext Class

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
Public method HttpActionExecutedContext() Initializes a new instance of the HttpActionExecutedContext class.
Public method HttpActionExecutedContext(HttpActionContext, Exception) Initializes a new instance of the HttpActionExecutedContext class.

Top

Properties

  Name Description
Public property ActionContext Gets or sets the HTTP action context.
Public property Exception Gets or sets the exception that was raised during the execution.
Public property Request Gets the HttpRequestMessage object for the context.
Public property Response Gets or sets the HttpResponseMessage for the context.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.Filters Namespace