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

Initializes an instance of FacebookHttpRequest using data from the specified IDictionary<(Of <(TKey, TValue>)>) object.

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

Syntax

C#
protected FacebookHttpSession(
	IDictionary<string, Object> dictionary
)
Visual Basic (Declaration)
Protected Sub New ( _
	dictionary As IDictionary(Of String, Object) _
)
Visual C++
protected:
FacebookHttpSession(
	IDictionary<String^, Object^>^ dictionary
)

Parameters

dictionary
Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)

[Missing <param name="dictionary"/> documentation for "M:Facebook.Web.FacebookHttpSession.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Remarks

This constructor supports IFacebookObject.

See Also

FacebookHttpSession Class
FacebookHttpSession Overload
Facebook.Web Namespace