ODataSerializerContext.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the HTTP Request whose response is being serialized.
public System.Net.Http.HttpRequestMessage Request { get; set; }
public Microsoft.AspNetCore.Http.HttpRequest Request { get; set; }
member this.Request : System.Net.Http.HttpRequestMessage with get, set
member this.Request : Microsoft.AspNetCore.Http.HttpRequest with get, set
Public Property Request As HttpRequestMessage
Public Property Request As HttpRequest
Property Value
Remarks
This signature uses types that are AspNet-specific.