SPMobileContext.ParentHttpContext Property

Gets the current HTTP request context.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPMobileContext Class

SPMobileContext Members

Microsoft.SharePoint Namespace