HttpRequestMessageExtensions::ODataProperties Method (HttpRequestMessage^)
Gets the HttpRequestMessageProperties instance containing OData methods and properties for given HttpRequestMessage.
Assembly: System.Web.OData (in System.Web.OData.dll)
public: [ExtensionAttribute] static HttpRequestMessageProperties^ ODataProperties( HttpRequestMessage^ request )
Parameters
- request
-
Type:
System.Net.Http::HttpRequestMessage^
The request of interest.
Return Value
Type: System.Web.OData.Extensions::HttpRequestMessageProperties^An object through which OData methods and properties for given request are available.
Show: