HttpActionExecutedContext Class

 

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 ref class HttpActionExecutedContext 

NameDescription
System_CAPS_pubmethodHttpActionExecutedContext()

Initializes a new instance of the HttpActionExecutedContext class.

System_CAPS_pubmethodHttpActionExecutedContext(HttpActionContext^, Exception^)

Initializes a new instance of the HttpActionExecutedContext class.

NameDescription
System_CAPS_pubpropertyActionContext

Gets or sets the HTTP action context.

System_CAPS_pubpropertyException

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

System_CAPS_pubpropertyRequest

Gets the HttpRequestMessage object for the context.

System_CAPS_pubpropertyResponse

Gets or sets the HttpResponseMessage for the context.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: