[This is preliminary documentation and is subject to change.]

Copies data from the specified HttpContext object into the FacebookHttpSession object.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public void Merge(
	HttpContext context
)
Visual Basic (Declaration)
Public Sub Merge ( _
	context As HttpContext _
)
Visual C++
public:
void Merge(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::.HttpContext
A reference to the HttpContext object for the current HTTP request.

Remarks

This method allows new data to be updated in the FacebookHttpSession object without overwriting existing values that do not exist in context.

See Also

FacebookHttpSession Class
Facebook.Web Namespace