HttpRequestScope.HttpRequest 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.
Provides access to the HttpRequestMessage to which the OData service container instance is scoped.
public System.Net.Http.HttpRequestMessage HttpRequest { get; set; }
public Microsoft.AspNetCore.Http.HttpRequest HttpRequest { get; set; }
member this.HttpRequest : System.Net.Http.HttpRequestMessage with get, set
member this.HttpRequest : Microsoft.AspNetCore.Http.HttpRequest with get, set
Public Property HttpRequest As HttpRequestMessage
Public Property HttpRequest As HttpRequest