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

Gets a value representing whether all Facebook HTTP objects have been initialized for the current HTTP request.

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

Syntax

C#
public static bool IsReady { get; internal set; }
Visual Basic (Declaration)
Public Shared Property IsReady As Boolean
Visual C++
public:
static property bool IsReady {
	bool get ();
	void set (bool value);
}

See Also

FacebookHttpRequest Class
Facebook.Web Namespace