HttpRequestMessageProperties Class

 

Provides properties for use with the ODataProperties extension method.

Namespace:   System.Web.OData.Extensions
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Extensions::HttpRequestMessageProperties

public ref class HttpRequestMessageProperties 

NameDescription
System_CAPS_pubpropertyModel

Gets or sets the EDM model associated with the request.

System_CAPS_pubpropertyNextLink

Gets or sets the next link for the OData response.

System_CAPS_pubpropertyPath

Gets or sets the OData path of the request.

System_CAPS_pubpropertyPathHandler

Gets or sets the IODataPathHandler for generating links.

System_CAPS_pubpropertyRouteName

Gets or sets the route name for generating OData links.

System_CAPS_pubpropertyRoutingConventions

Gets or sets the OData routing conventions for controller and action selection.

System_CAPS_pubpropertyRoutingConventionsStore

Gets the data store used by IODataRoutingConventions to store any custom route data.

System_CAPS_pubpropertySelectExpandClause

Gets or sets the parsed OData SelectExpandClause of the request. The ODataMediaTypeFormatter will use this information (if any) while writing the response for this request.

System_CAPS_pubpropertyTotalCount

Gets or sets the total count for the OData response.

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: