SPMobileContext.ParentHttpContext property
Gets the current HTTP request context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property ParentHttpContext As HttpContext
Get
'Usage
Dim value As HttpContext
value = Me.ParentHttpContext
protected HttpContext ParentHttpContext { get; }
Property value
Type: System.Web.HttpContext
An HttpContext object that provides information about the context of the current request.