HttpRequestMessageProperties Class

 

Provides properties for use with the ODataProperties extension method.

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

System::Object
  System.Web.Http.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. Getter returns null if no next link should be sent back to the client.

System_CAPS_pubpropertyPath

Gets or sets the OData path of the request.

System_CAPS_pubpropertyPathHandler

Gets or sets the IODataPathHandler for generating links. Getter creates a default IODataPathHandler if value is currently null.

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. Getter creates a new IDictionary<string, object> the first time it is called.

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. Getter returns null if no count should be sent back to the client.

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: