[This is preliminary documentation and is subject to change.]
Initializes an instance of FacebookHttpRequest using data from the specified HttpContext object.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public FacebookHttpSession( HttpContext context ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ context As HttpContext _ ) |
Visual C++ |
---|
public: FacebookHttpSession( HttpContext^ context ) |
Parameters
- context
- Type: System.Web..::.HttpContext
A reference to the HttpContext object for the current HTTP request.