HttpActionExecutedContext Class

 

Represents the action of the HTTP executed context.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.Filters.HttpActionExecutedContext

Syntax

public class HttpActionExecutedContext
public ref class HttpActionExecutedContext 
type HttpActionExecutedContext = class end
Public Class HttpActionExecutedContext

Constructors

Name Description
System_CAPS_pubmethod HttpActionExecutedContext()

Initializes a new instance of the HttpActionExecutedContext class.

System_CAPS_pubmethod HttpActionExecutedContext(HttpActionContext, Exception)

Initializes a new instance of the HttpActionExecutedContext class.

Properties

Name Description
System_CAPS_pubproperty ActionContext

Gets or sets the HTTP action context.

System_CAPS_pubproperty Exception

Gets or sets the exception that was raised during the execution.

System_CAPS_pubproperty Request

Gets the HttpRequestMessage object for the context.

System_CAPS_pubproperty Response

Gets or sets the HttpResponseMessage for the context.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Http.Filters Namespace

Return to top